Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: admin_jan -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES 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 */; -- -- Table structure for table `jan_actionscheduler_actions` -- DROP TABLE IF EXISTS `jan_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) NOT NULL, `status` varchar(20) NOT NULL, `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00', `priority` tinyint(3) unsigned NOT NULL DEFAULT 10, `args` varchar(191) DEFAULT NULL, `schedule` longtext DEFAULT NULL, `group_id` bigint(20) unsigned NOT NULL DEFAULT 0, `attempts` int(11) NOT NULL DEFAULT 0, `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00', `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0, `extended_args` varchar(8000) DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`), KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_actionscheduler_actions` -- LOCK TABLES `jan_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `jan_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `jan_actionscheduler_actions` VALUES (16,'action_scheduler/migration_hook','failed','2024-06-04 13:57:53','2024-06-04 13:57:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1717509473;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1717509473;}',1,1,'2024-06-04 13:58:40','2024-06-04 13:58:40',0,NULL); /*!40000 ALTER TABLE `jan_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_actionscheduler_claims` -- DROP TABLE IF EXISTS `jan_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_actionscheduler_claims` ( `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=1013 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_actionscheduler_claims` -- LOCK TABLES `jan_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `jan_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_actionscheduler_groups` -- DROP TABLE IF EXISTS `jan_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_actionscheduler_groups` -- LOCK TABLES `jan_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `jan_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `jan_actionscheduler_groups` VALUES (1,'action-scheduler-migration'); /*!40000 ALTER TABLE `jan_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_actionscheduler_logs` -- DROP TABLE IF EXISTS `jan_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text NOT NULL, `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_actionscheduler_logs` -- LOCK TABLES `jan_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `jan_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `jan_actionscheduler_logs` VALUES (7,16,'action created','2024-06-04 13:56:53','2024-06-04 13:56:53'),(8,16,'action started via WP Cron','2024-06-04 13:58:40','2024-06-04 13:58:40'),(9,16,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2024-06-04 13:58:40','2024-06-04 13:58:40'); /*!40000 ALTER TABLE `jan_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_commentmeta` -- DROP TABLE IF EXISTS `jan_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_commentmeta` -- LOCK TABLES `jan_commentmeta` WRITE; /*!40000 ALTER TABLE `jan_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_comments` -- DROP TABLE IF EXISTS `jan_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_comments` -- LOCK TABLES `jan_comments` WRITE; /*!40000 ALTER TABLE `jan_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_e_events` -- DROP TABLE IF EXISTS `jan_e_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_e_events` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_data` text DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `created_at_index` (`created_at`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_e_events` -- LOCK TABLES `jan_e_events` WRITE; /*!40000 ALTER TABLE `jan_e_events` DISABLE KEYS */; INSERT INTO `jan_e_events` VALUES (1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2024-06-04T09:54:44.671+04:00\"}','2024-06-04 09:54:44'),(2,'{\"event\":\"close modal\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\"}\",\"ts\":\"2024-06-04T09:54:46.053+04:00\"}','2024-06-04 09:54:46'); /*!40000 ALTER TABLE `jan_e_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_commentmeta` -- DROP TABLE IF EXISTS `jan_give_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_commentmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `give_comment_id` bigint(20) NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `give_comment_id` (`give_comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_commentmeta` -- LOCK TABLES `jan_give_commentmeta` WRITE; /*!40000 ALTER TABLE `jan_give_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_comments` -- DROP TABLE IF EXISTS `jan_give_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_comments` ( `comment_ID` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `comment_content` longtext NOT NULL, `comment_parent` mediumtext NOT NULL, `comment_type` mediumtext NOT NULL, `comment_date` datetime NOT NULL, `comment_date_gmt` datetime NOT NULL, PRIMARY KEY (`comment_ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_comments` -- LOCK TABLES `jan_give_comments` WRITE; /*!40000 ALTER TABLE `jan_give_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_donationmeta` -- DROP TABLE IF EXISTS `jan_give_donationmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_donationmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `donation_id` bigint(20) NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `donation_id` (`donation_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_donationmeta` -- LOCK TABLES `jan_give_donationmeta` WRITE; /*!40000 ALTER TABLE `jan_give_donationmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_donationmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_donormeta` -- DROP TABLE IF EXISTS `jan_give_donormeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_donormeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `donor_id` bigint(20) NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `donor_id` (`donor_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_donormeta` -- LOCK TABLES `jan_give_donormeta` WRITE; /*!40000 ALTER TABLE `jan_give_donormeta` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_donormeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_donors` -- DROP TABLE IF EXISTS `jan_give_donors`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_donors` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `email` varchar(255) NOT NULL, `name` mediumtext NOT NULL, `phone` varchar(50) NOT NULL DEFAULT '', `purchase_value` mediumtext NOT NULL, `purchase_count` bigint(20) NOT NULL, `payment_ids` longtext NOT NULL, `date_created` datetime NOT NULL, `token` varchar(255) NOT NULL, `verify_key` varchar(255) NOT NULL, `verify_throttle` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `email` (`email`), KEY `user` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_donors` -- LOCK TABLES `jan_give_donors` WRITE; /*!40000 ALTER TABLE `jan_give_donors` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_donors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_formmeta` -- DROP TABLE IF EXISTS `jan_give_formmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_formmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `form_id` bigint(20) NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `form_id` (`form_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_formmeta` -- LOCK TABLES `jan_give_formmeta` WRITE; /*!40000 ALTER TABLE `jan_give_formmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_formmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_log` -- DROP TABLE IF EXISTS `jan_give_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_log` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `log_type` varchar(16) NOT NULL, `data` text NOT NULL, `category` varchar(64) NOT NULL, `source` varchar(64) NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`), KEY `log_type` (`log_type`), KEY `category` (`category`), KEY `source` (`source`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_log` -- LOCK TABLES `jan_give_log` WRITE; /*!40000 ALTER TABLE `jan_give_log` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_migrations` -- DROP TABLE IF EXISTS `jan_give_migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_migrations` ( `id` varchar(180) NOT NULL, `status` varchar(16) NOT NULL, `error` text DEFAULT NULL, `last_run` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_migrations` -- LOCK TABLES `jan_give_migrations` WRITE; /*!40000 ALTER TABLE `jan_give_migrations` DISABLE KEYS */; INSERT INTO `jan_give_migrations` VALUES ('add_paymentmode_to_subscription_table','success','','2024-06-04 09:55:50'),('add-missing-donor-id-in-donation-comments','success','','2024-06-04 09:55:50'),('add-missing-transaction-id-for-uncompleted-stripe-donations','success','','2024-06-04 09:55:49'),('add-statement-descriptor-to-stripe-accounts','success','','2024-06-04 09:55:49'),('complete-removed-legacy-log-migration','success','','2024-06-04 09:55:50'),('copy-v2-gateways-settings-to-v3','success','','2024-06-04 09:55:50'),('create_migrations_table','success','','2024-06-04 09:55:49'),('create_new_log_table','success','','2024-06-04 09:55:49'),('create_revenue_table','success','','2024-06-04 09:55:49'),('create_subscription_tables','success','','2024-06-04 09:55:50'),('delete_old_log_tables','success','','2024-06-04 09:55:49'),('donation-forms-clean-multiple-slashes-on-db','success','','2024-06-04 09:55:50'),('donation-forms-donation-levels-schema','success','','2024-06-04 09:55:50'),('donation-forms-remove-duplicate-meta','success','','2024-06-04 09:55:50'),('donors-add-phone-column','success','','2024-06-04 09:55:50'),('migrate_completed_migrations','success','','2024-06-04 09:55:50'),('move-donation-comment-to-donation-meta-table','success','','2024-06-04 09:55:50'),('register-paypal-donations-refresh-token-cron-job-by-mode','success','','2024-06-04 09:55:50'),('remove_payment_intent_secret_meta','success','','2024-06-04 09:55:50'),('remove_revenue_foreign_keys','success','','2024-06-04 09:55:49'),('remove_sensitive_logs','success','','2024-06-04 09:55:50'),('remove-log-with-card-info','success','','2024-06-04 09:55:49'),('remove-paypal-ipn-verification-setting','success','','2024-06-04 09:55:49'),('set_automatic_formatting_option','success','','2024-06-04 09:55:49'),('set_paypal_standard_id_to_paypal_from_paypal_standard','success','','2024-06-04 09:55:49'),('set-form-donation-levels-to-strings','success','','2024-06-04 09:55:49'); /*!40000 ALTER TABLE `jan_give_migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_revenue` -- DROP TABLE IF EXISTS `jan_give_revenue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_revenue` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `donation_id` bigint(20) unsigned NOT NULL, `form_id` bigint(20) unsigned NOT NULL, `amount` int(10) unsigned NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_revenue` -- LOCK TABLES `jan_give_revenue` WRITE; /*!40000 ALTER TABLE `jan_give_revenue` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_revenue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_sequential_ordering` -- DROP TABLE IF EXISTS `jan_give_sequential_ordering`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_sequential_ordering` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `payment_id` bigint(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_sequential_ordering` -- LOCK TABLES `jan_give_sequential_ordering` WRITE; /*!40000 ALTER TABLE `jan_give_sequential_ordering` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_sequential_ordering` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_sessions` -- DROP TABLE IF EXISTS `jan_give_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) NOT NULL, `session_value` longtext NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_sessions` -- LOCK TABLES `jan_give_sessions` WRITE; /*!40000 ALTER TABLE `jan_give_sessions` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_subscriptionmeta` -- DROP TABLE IF EXISTS `jan_give_subscriptionmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_subscriptionmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `subscription_id` bigint(20) NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `subscription_id` (`subscription_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_subscriptionmeta` -- LOCK TABLES `jan_give_subscriptionmeta` WRITE; /*!40000 ALTER TABLE `jan_give_subscriptionmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_subscriptionmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_give_subscriptions` -- DROP TABLE IF EXISTS `jan_give_subscriptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_give_subscriptions` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `customer_id` bigint(20) NOT NULL, `period` varchar(20) NOT NULL, `frequency` bigint(20) NOT NULL DEFAULT 1, `initial_amount` decimal(18,10) NOT NULL, `recurring_amount` decimal(18,10) NOT NULL, `recurring_fee_amount` decimal(18,10) NOT NULL, `bill_times` bigint(20) NOT NULL, `transaction_id` varchar(60) NOT NULL, `parent_payment_id` bigint(20) NOT NULL, `payment_mode` varchar(20) NOT NULL DEFAULT '', `product_id` bigint(20) NOT NULL, `created` datetime NOT NULL, `expiration` datetime NOT NULL, `status` varchar(20) NOT NULL, `profile_id` varchar(60) NOT NULL, `notes` longtext NOT NULL, PRIMARY KEY (`id`), KEY `profile_id` (`profile_id`), KEY `customer` (`customer_id`), KEY `transaction` (`transaction_id`), KEY `customer_and_status` (`customer_id`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_give_subscriptions` -- LOCK TABLES `jan_give_subscriptions` WRITE; /*!40000 ALTER TABLE `jan_give_subscriptions` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_give_subscriptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_links` -- DROP TABLE IF EXISTS `jan_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_links` -- LOCK TABLES `jan_links` WRITE; /*!40000 ALTER TABLE `jan_links` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_options` -- DROP TABLE IF EXISTS `jan_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=5767 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_options` -- LOCK TABLES `jan_options` WRITE; /*!40000 ALTER TABLE `jan_options` DISABLE KEYS */; INSERT INTO `jan_options` VALUES (1,'siteurl','https://jan-mccray.designsfunnelserver.com','yes'),(2,'home','https://jan-mccray.designsfunnelserver.com','yes'),(3,'blogname','Jan McCray','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','designsfunnel@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:211:{s:12:\"donations/?$\";s:30:\"index.php?post_type=give_forms\";s:42:\"donations/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=give_forms&feed=$matches[1]\";s:37:\"donations/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=give_forms&feed=$matches[1]\";s:29:\"donations/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=give_forms&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:13:\"give/(.+?)/?$\";s:50:\"index.php?url_prefix=give&give_form_id=$matches[1]\";s:19:\"tf_header_footer/?$\";s:36:\"index.php?post_type=tf_header_footer\";s:49:\"tf_header_footer/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=tf_header_footer&feed=$matches[1]\";s:44:\"tf_header_footer/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?post_type=tf_header_footer&feed=$matches[1]\";s:36:\"tf_header_footer/page/([0-9]{1,})/?$\";s:54:\"index.php?post_type=tf_header_footer&paged=$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:34:\"category/(.+?)/give-api(/(.*))?/?$\";s:56:\"index.php?category_name=$matches[1]&give-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:31:\"tag/([^/]+)/give-api(/(.*))?/?$\";s:46:\"index.php?tag=$matches[1]&give-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:42:\"e-landing-page/([^/]+)/give-api(/(.*))?/?$\";s:57:\"index.php?e-landing-page=$matches[1]&give-api=$matches[3]\";s:48:\"e-landing-page/[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:59:\"e-landing-page/[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:45:\"elementskit-content/(.+?)/give-api(/(.*))?/?$\";s:62:\"index.php?elementskit_content=$matches[1]&give-api=$matches[3]\";s:51:\"elementskit-content/.+?/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:62:\"elementskit-content/.+?/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:37:\"donations/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"donations/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"donations/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"donations/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"donations/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"donations/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"donations/([^/]+)/embed/?$\";s:43:\"index.php?give_forms=$matches[1]&embed=true\";s:30:\"donations/([^/]+)/trackback/?$\";s:37:\"index.php?give_forms=$matches[1]&tb=1\";s:50:\"donations/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?give_forms=$matches[1]&feed=$matches[2]\";s:45:\"donations/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?give_forms=$matches[1]&feed=$matches[2]\";s:38:\"donations/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?give_forms=$matches[1]&paged=$matches[2]\";s:45:\"donations/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?give_forms=$matches[1]&cpage=$matches[2]\";s:37:\"donations/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?give_forms=$matches[1]&give-api=$matches[3]\";s:43:\"donations/[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:54:\"donations/[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:34:\"donations/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?give_forms=$matches[1]&page=$matches[2]\";s:26:\"donations/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"donations/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"donations/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"donations/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"donations/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"donations/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"tf_header_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"tf_header_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"tf_header_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tf_header_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"tf_header_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"tf_header_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"tf_header_footer/([^/]+)/embed/?$\";s:49:\"index.php?tf_header_footer=$matches[1]&embed=true\";s:37:\"tf_header_footer/([^/]+)/trackback/?$\";s:43:\"index.php?tf_header_footer=$matches[1]&tb=1\";s:57:\"tf_header_footer/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tf_header_footer=$matches[1]&feed=$matches[2]\";s:52:\"tf_header_footer/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tf_header_footer=$matches[1]&feed=$matches[2]\";s:45:\"tf_header_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tf_header_footer=$matches[1]&paged=$matches[2]\";s:52:\"tf_header_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?tf_header_footer=$matches[1]&cpage=$matches[2]\";s:44:\"tf_header_footer/([^/]+)/give-api(/(.*))?/?$\";s:59:\"index.php?tf_header_footer=$matches[1]&give-api=$matches[3]\";s:50:\"tf_header_footer/[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:61:\"tf_header_footer/[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:41:\"tf_header_footer/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?tf_header_footer=$matches[1]&page=$matches[2]\";s:33:\"tf_header_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"tf_header_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"tf_header_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tf_header_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"tf_header_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"tf_header_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"metform-form/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"metform-form/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"metform-form/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"metform-form/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"metform-form/(.+?)/embed/?$\";s:45:\"index.php?metform-form=$matches[1]&embed=true\";s:31:\"metform-form/(.+?)/trackback/?$\";s:39:\"index.php?metform-form=$matches[1]&tb=1\";s:39:\"metform-form/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&paged=$matches[2]\";s:46:\"metform-form/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&cpage=$matches[2]\";s:38:\"metform-form/(.+?)/give-api(/(.*))?/?$\";s:55:\"index.php?metform-form=$matches[1]&give-api=$matches[3]\";s:44:\"metform-form/.+?/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:55:\"metform-form/.+?/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:35:\"metform-form/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?metform-form=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=9&cpage=$matches[1]\";s:19:\"give-api(/(.*))?/?$\";s:31:\"index.php?&give-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:28:\"comments/give-api(/(.*))?/?$\";s:31:\"index.php?&give-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:31:\"search/(.+)/give-api(/(.*))?/?$\";s:44:\"index.php?s=$matches[1]&give-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:34:\"author/([^/]+)/give-api(/(.*))?/?$\";s:54:\"index.php?author_name=$matches[1]&give-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:56:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/give-api(/(.*))?/?$\";s:84:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&give-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:43:\"([0-9]{4})/([0-9]{1,2})/give-api(/(.*))?/?$\";s:68:\"index.php?year=$matches[1]&monthnum=$matches[2]&give-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:30:\"([0-9]{4})/give-api(/(.*))?/?$\";s:47:\"index.php?year=$matches[1]&give-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:27:\"(.?.+?)/give-api(/(.*))?/?$\";s:51:\"index.php?pagename=$matches[1]&give-api=$matches[3]\";s:33:\".?.+?/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:44:\".?.+?/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:27:\"([^/]+)/give-api(/(.*))?/?$\";s:47:\"index.php?name=$matches[1]&give-api=$matches[3]\";s:33:\"[^/]+/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:44:\"[^/]+/attachment/([^/]+)/give-api(/(.*))?/?$\";s:53:\"index.php?attachment=$matches[1]&give-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:23:\"elementor/elementor.php\";i:1;s:37:\"elementskit-lite/elementskit-lite.php\";i:2;s:35:\"envato-elements/envato-elements.php\";i:3;s:13:\"give/give.php\";i:4;s:66:\"givewp-donation-widgets-for-elementor/givewp-elementor-widgets.php\";i:5;s:19:\"metform/metform.php\";i:6;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:7;s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:85:\"/home/admin/jan-mccray.designsfunnelserver.com/wp-content/themes/jan-mccray/style.css\";i:2;s:89:\"/home/admin/jan-mccray.designsfunnelserver.com/wp-content/themes/jan-mccray/functions.php\";i:3;s:0:\"\";}','no'),(40,'template','hello-elementor','yes'),(41,'stylesheet','jan-mccray','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','58975','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','9','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','315','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1733059906','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','off'),(99,'wp_attachment_pages_enabled','0','yes'),(100,'initial_db_version','57155','yes'),(101,'jan_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:98:{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:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:18:\"view_give_payments\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:12:\"give_manager\";a:2:{s:4:\"name\";s:14:\"GiveWP Manager\";s:12:\"capabilities\";a:65:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:0;s:6:\"import\";b:0;s:19:\"delete_others_pages\";b:0;s:19:\"delete_others_posts\";b:0;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:17:\"edit_others_pages\";b:0;s:17:\"edit_others_posts\";b:0;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"manage_categories\";b:0;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:17:\"view_give_reports\";b:1;s:24:\"view_give_sensitive_data\";b:1;s:19:\"export_give_reports\";b:1;s:20:\"manage_give_settings\";b:1;s:18:\"view_give_payments\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"delete_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:22:\"manage_give_form_terms\";b:1;s:20:\"edit_give_form_terms\";b:1;s:22:\"delete_give_form_terms\";b:1;s:22:\"assign_give_form_terms\";b:1;s:20:\"view_give_form_stats\";b:1;s:17:\"import_give_forms\";b:1;s:18:\"edit_give_payments\";b:1;s:25:\"edit_others_give_payments\";b:1;s:21:\"publish_give_payments\";b:1;s:26:\"read_private_give_payments\";b:1;s:20:\"delete_give_payments\";b:1;s:28:\"delete_private_give_payments\";b:1;s:30:\"delete_published_give_payments\";b:1;s:27:\"delete_others_give_payments\";b:1;s:26:\"edit_private_give_payments\";b:1;s:28:\"edit_published_give_payments\";b:1;s:25:\"manage_give_payment_terms\";b:1;s:23:\"edit_give_payment_terms\";b:1;s:25:\"delete_give_payment_terms\";b:1;s:25:\"assign_give_payment_terms\";b:1;s:23:\"view_give_payment_stats\";b:1;s:20:\"import_give_payments\";b:1;}}s:15:\"give_accountant\";a:2:{s:4:\"name\";s:17:\"GiveWP Accountant\";s:12:\"capabilities\";a:9:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:15:\"edit_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;s:17:\"view_give_reports\";b:1;s:19:\"export_give_reports\";b:1;s:18:\"edit_give_payments\";b:1;s:18:\"view_give_payments\";b:1;}}s:11:\"give_worker\";a:2:{s:4:\"name\";s:13:\"GiveWP Worker\";s:12:\"capabilities\";a:16:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:12:\"upload_files\";b:1;s:12:\"delete_posts\";b:0;s:18:\"edit_give_payments\";b:1;s:17:\"delete_give_forms\";b:1;s:24:\"delete_others_give_forms\";b:1;s:25:\"delete_private_give_forms\";b:1;s:27:\"delete_published_give_forms\";b:1;s:15:\"edit_give_forms\";b:1;s:22:\"edit_others_give_forms\";b:1;s:23:\"edit_private_give_forms\";b:1;s:25:\"edit_published_give_forms\";b:1;s:18:\"publish_give_forms\";b:1;s:23:\"read_private_give_forms\";b:1;}}s:10:\"give_donor\";a:2:{s:4:\"name\";s:12:\"GiveWP Donor\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}}','yes'),(102,'fresh_site','0','off'),(103,'user_count','1','no'),(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:154:\"

Recent Posts

\";}i:4;a:1:{s:7:\"content\";s:227:\"

Recent Comments

\";}i:5;a:1:{s:7:\"content\";s:146:\"

Archives

\";}i:6;a:1:{s:7:\"content\";s:150:\"

Categories

\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:13:{i:1750226328;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:1750228308;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:1750253506;a:4:{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;}}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:1750253616;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1750253617;a:2:{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;}}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:1750254879;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1750255261;a:1:{s:27:\"give_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1750396453;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:1750428061;a:1:{s:30:\"give_thricely_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:8:\"thricely\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}}i:1750772058;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:1750773661;a:1:{s:28:\"give_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1751205661;a:1:{s:29:\"give_monthly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'recovery_keys','a:0:{}','off'),(122,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1717508182;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(123,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.5.3\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),(150,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),(151,'recently_activated','a:1:{s:45:\"generate-child-theme/generate-child-theme.php\";i:1717509239;}','off'),(157,'finished_updating_comment_type','1','yes'),(158,'WPLANG','','yes'),(159,'new_admin_email','designsfunnel@gmail.com','yes'),(173,'current_theme','Jan McCray','yes'),(174,'theme_mods_hello-elementor','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1717509145;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','no'),(175,'theme_switched','','yes'),(176,'hello_theme_version','3.0.2','yes'),(178,'allowedthemes','a:1:{s:10:\"jan-mccray\";b:1;}','off'),(180,'theme_mods_jan-mccray','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(187,'envato_elements_version','2.0.13','yes'),(188,'envato_elements_install_time','1717509276','yes'),(190,'elementor_active_kit','17','yes'),(191,'elementor_font_display','swap','yes'),(194,'elementor_version','3.21.8','yes'),(195,'elementor_install_history','a:1:{s:6:\"3.21.8\";i:1717509280;}','yes'),(196,'elementor_events_db_version','1.0.0','no'),(198,'elementor_onboarded','1','yes'),(199,'_elementor_installed_time','1717509286','yes'),(200,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic | Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving & Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health & Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health & Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic | Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic | Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar – Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion – Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery – Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails – Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival – Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course – Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe – Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe – About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe – Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe – Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe – About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe – Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe – Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe – Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe – About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe – About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe – Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe – Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe – Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio – Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App – Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(201,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:57:\"Introducing Cloud Templates: your personal design library\";s:7:\"excerpt\";s:153:\"Transform your workflow with Elementor\'s new Cloud Templates – create, save, and access your templates across all your websites with just a few clicks.\";s:7:\"created\";i:1749048239;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:127:\"https://elementor.com/blog/introducing-cloud-templates/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:74:\"Introducing Editor V4 Alpha: The Future of Website Building with Elementor\";s:7:\"excerpt\";s:242:\"Editor V4 Alpha introduces a CSS-first framework with reusable Classes and States, improved performance, a unified styling system, and fully responsive style controls—all designed to make your website building more efficient and consistent.\";s:7:\"created\";i:1748357309;s:5:\"badge\";s:4:\" NEW\";s:3:\"url\";s:119:\"https://elementor.com/blog/editor-v4-1st-alpha/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(205,'action_scheduler_hybrid_store_demarkation','13','yes'),(206,'schema-ActionScheduler_StoreSchema','7.0.1717509348','yes'),(207,'schema-ActionScheduler_LoggerSchema','3.0.1717509348','yes'),(208,'givewp_feature_flag_notifications_count','1','yes'),(209,'give_settings','a:56:{s:12:\"base_country\";s:2:\"US\";s:9:\"test_mode\";s:7:\"enabled\";s:8:\"currency\";s:3:\"USD\";s:17:\"currency_position\";s:6:\"before\";s:16:\"session_lifetime\";s:6:\"604800\";s:12:\"email_access\";s:7:\"enabled\";s:19:\"thousands_separator\";s:1:\",\";s:17:\"decimal_separator\";s:1:\".\";s:15:\"number_decimals\";i:2;s:26:\"sequential-ordering_status\";s:7:\"enabled\";s:3:\"css\";s:7:\"enabled\";s:11:\"floatlabels\";s:8:\"disabled\";s:13:\"company_field\";s:8:\"disabled\";s:17:\"name_title_prefix\";s:8:\"disabled\";s:14:\"forms_singular\";s:7:\"enabled\";s:14:\"forms_archives\";s:7:\"enabled\";s:13:\"forms_excerpt\";s:7:\"enabled\";s:17:\"form_featured_img\";s:7:\"enabled\";s:12:\"form_sidebar\";s:7:\"enabled\";s:10:\"categories\";s:8:\"disabled\";s:4:\"tags\";s:8:\"disabled\";s:5:\"terms\";s:8:\"disabled\";s:13:\"admin_notices\";s:7:\"enabled\";s:5:\"cache\";s:7:\"enabled\";s:19:\"uninstall_on_delete\";s:8:\"disabled\";s:18:\"the_content_filter\";s:7:\"enabled\";s:14:\"scripts_footer\";s:8:\"disabled\";s:20:\"agree_to_terms_label\";s:15:\"Agree to Terms?\";s:14:\"agreement_text\";s:1938:\"

Acceptance of any contribution, gift or grant is at the discretion of the Jan McCray. The Jan McCray will not accept any gift unless it can be used or expended consistently with the purpose and mission of the Jan McCray.

\n

No irrevocable gift, whether outright or life-income in character, will be accepted if under any reasonable set of circumstances the gift would jeopardize the donor’s financial security.

\n

The Jan McCray will refrain from providing advice about the tax or other treatment of gifts and will encourage donors to seek guidance from their own professional advisers to assist them in the process of making their donation.

\n

The Jan McCray will accept donations of cash or publicly traded securities. Gifts of in-kind services will be accepted at the discretion of the Jan McCray.

\n

Certain other gifts, real property, personal property, in-kind gifts, non-liquid securities, and contributions whose sources are not transparent or whose use is restricted in some manner, must be reviewed prior to acceptance due to the special obligations raised or liabilities they may pose for Jan McCray.

\n

The Jan McCray will provide acknowledgments to donors meeting tax requirements for property received by the charity as a gift. However, except for gifts of cash and publicly traded securities, no value shall be ascribed to any receipt or other form of substantiation of a gift received by Jan McCray.

\n

The Jan McCray will respect the intent of the donor relating to gifts for restricted purposes and those relating to the desire to remain anonymous. With respect to anonymous gifts, the Jan McCray will restrict information about the donor to only those staff members with a need to know.

\n

The Jan McCray will not compensate, whether through commissions, finders\' fees, or other means, any third party for directing a gift or a donor to the Jan McCray.

\";s:21:\"babel_polyfill_script\";s:7:\"enabled\";s:8:\"gateways\";a:2:{s:6:\"manual\";i:1;s:7:\"offline\";i:1;}s:11:\"gateways_v3\";a:2:{s:6:\"manual\";i:1;s:7:\"offline\";i:1;}s:15:\"default_gateway\";s:6:\"manual\";s:18:\"default_gateway_v3\";s:6:\"manual\";s:31:\"global_offline_donation_content\";s:331:\"

To make an offline donation toward this cause, follow these steps:

  1. Write a check payable to \"{sitename}\"
  2. On the memo line of the check, indicate that the donation is for \"{sitename}\"
  3. Mail your check to:
{offline_mailing_address}

Your tax-deductible donation is greatly appreciated!

\";s:43:\"give_offline_donation_enable_billing_fields\";s:8:\"disabled\";s:23:\"donor_default_user_role\";s:10:\"give_donor\";s:20:\"form_page_url_prefix\";s:4:\"give\";s:29:\"_give_stripe_get_all_accounts\";a:0:{}s:18:\"setup_page_enabled\";s:7:\"enabled\";s:14:\"usage_tracking\";s:8:\"disabled\";s:26:\"sequential-ordering_number\";i:1;s:42:\"offline-donation-instruction_email_message\";s:331:\"

To make an offline donation toward this cause, follow these steps:

  1. Write a check payable to \"{sitename}\"
  2. On the memo line of the check, indicate that the donation is for \"{sitename}\"
  3. Mail your check to:
{offline_mailing_address}

Your tax-deductible donation is greatly appreciated!

\";s:30:\"donation-receipt_email_message\";s:394:\"Dear {name},\n\nThank you for your donation. Your generosity is appreciated! Here are the details of your donation:\n\nDonor: {fullname}\nDonation: {donation}\nDonation Date: {date}\nAmount: {amount}\nPayment Method: {payment_method}\nPayment ID: {payment_id}\n\n{receipt_link}\n\n\n\nSincerely,\n{sitename}\n\";s:26:\"new-donation_email_message\";s:280:\"Hi there,\n\nThis email is to inform you that a new donation has been made on your website: {site_url}.\n\nDonor: {name}\nDonation: {donation}\nAmount: {amount}\nPayment Method: {payment_method}\n\nThank you,\n\n{sitename}\n\";s:22:\"new-donation_recipient\";a:1:{i:0;s:23:\"designsfunnel@gmail.com\";}s:30:\"new-offline-donation_recipient\";a:1:{i:0;s:23:\"designsfunnel@gmail.com\";}s:28:\"new-donor-register_recipient\";a:1:{i:0;s:23:\"designsfunnel@gmail.com\";}s:25:\"new-donation_notification\";s:7:\"enabled\";s:20:\"auto_format_currency\";s:2:\"on\";s:12:\"success_page\";i:13;s:12:\"failure_page\";i:14;s:20:\"donor_dashboard_page\";i:15;s:41:\"override_legacy_donation_management_pages\";s:7:\"enabled\";s:12:\"history_page\";i:15;s:18:\"subscriptions_page\";i:15;}','no'),(210,'give_default_api_version','v1','no'),(211,'jan_give_donors_db_version','1.0','no'),(212,'jan_give_donormeta_db_version','1.0','no'),(213,'jan_give_comments_db_version','1.0','no'),(214,'jan_give_commentmeta_db_version','1.0','no'),(215,'jan_give_sessions_db_version','1.0','no'),(216,'jan_give_formmeta_db_version','1.0','no'),(217,'jan_give_sequential_ordering_db_version','1.0','no'),(218,'jan_give_donationmeta_db_version','1.0','no'),(220,'give_completed_upgrades','a:41:{i:0;b:0;i:1;s:25:\"v18_upgrades_core_setting\";i:2;s:30:\"v220_rename_donation_meta_type\";i:3;s:38:\"v270_store_stripe_account_for_donation\";i:4;s:17:\"v20_logs_upgrades\";i:5;s:30:\"upgrade_give_user_caps_cleanup\";i:6;s:32:\"upgrade_give_payment_customer_id\";i:7;s:27:\"upgrade_give_offline_status\";i:8;s:26:\"v18_upgrades_form_metadata\";i:9;s:30:\"v189_upgrades_levels_post_meta\";i:10;s:26:\"v1812_update_amount_values\";i:11;s:34:\"v1812_update_donor_purchase_values\";i:12;s:23:\"v1813_update_user_roles\";i:13;s:29:\"v1813_update_donor_user_roles\";i:14;s:43:\"v1817_update_donation_iranian_currency_code\";i:15;s:24:\"v1817_cleanup_user_roles\";i:16;s:39:\"v1818_assign_custom_amount_set_donation\";i:17;s:30:\"v1818_give_worker_role_cleanup\";i:18;s:26:\"v20_upgrades_form_metadata\";i:19;s:32:\"v20_move_metadata_into_new_table\";i:20;s:23:\"v20_rename_donor_tables\";i:21;s:23:\"v20_upgrades_donor_name\";i:22;s:25:\"v20_upgrades_user_address\";i:23;s:29:\"v20_upgrades_payment_metadata\";i:24;s:30:\"v201_upgrades_payment_metadata\";i:25;s:23:\"v201_add_missing_donors\";i:26;s:33:\"v201_move_metadata_into_new_table\";i:27;s:18:\"v201_logs_upgrades\";i:28;s:32:\"v210_verify_form_status_upgrades\";i:29;s:25:\"v213_delete_donation_meta\";i:30;s:28:\"v215_update_donor_user_roles\";i:31;s:22:\"v224_update_donor_meta\";i:32;s:31:\"v224_update_donor_meta_forms_id\";i:33;s:20:\"v230_move_donor_note\";i:34;s:23:\"v230_move_donation_note\";i:35;s:41:\"v230_delete_donor_wall_related_donor_data\";i:36;s:43:\"v230_delete_donor_wall_related_comment_data\";i:37;s:30:\"v240_update_form_goal_progress\";i:38;s:21:\"v241_remove_sale_logs\";i:39;s:39:\"add-past-donation-data-to-revenue-table\";i:40;s:21:\"migrate_existing_logs\";}','no'),(221,'give_version','3.12.0','no'),(223,'widget_give_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(228,'give_install_pages_created','1','no'),(229,'_give_table_check','1718114151','no'),(230,'action_scheduler_lock_async-request-runner','665f7fda6df173.81504992|1717534742','no'),(231,'dw4elementor_activation_date','1718755200','yes'),(232,'elementor_disable_color_schemes','yes','yes'),(233,'elementor_disable_typography_schemes','yes','yes'),(242,'metform__banner_last_check','1717532286','yes'),(243,'metform__banner_data','O:8:\"stdClass\":10:{s:8:\"10011283\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011283;s:5:\"title\";s:59:\"GutenKit Early Bird Campaign Wpmet and GetGenie (Dashboard)\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1716940800;s:3:\"end\";i:1719360000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:31:\" https://wpmet.com/gutenltd-not\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:492:\"

GUtenKit pro early bird sale

\r\n

Save up to $310 on Latest WordPress Plugin!

\r\n

To be an early adopter of this page builder blocks plugin, we’re offering you up to 65% discount on GutenKit Lifetime Deals!

\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2024/05/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011281\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011281;s:5:\"title\";s:59:\"GutenKit Early Bird Campaign Wpmet and GetGenie (Own Pages)\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1716940800;s:3:\"end\";i:1719360000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:31:\" https://wpmet.com/gutenltd-not\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:492:\"

GUtenKit pro early bird sale

\r\n

Save up to $310 on Latest WordPress Plugin!

\r\n

To be an early adopter of this page builder blocks plugin, we’re offering you up to 65% discount on GutenKit Lifetime Deals!

\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2024/05/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011221;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1710115200;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011220;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1710028800;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011059\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011059;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011058\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011058;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011039\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011039;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011038\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011038;s:5:\"title\";s:31:\"Wpmet BFCM Notice Own Page 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010872\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010872;s:5:\"title\";s:33:\"Wpmet Notice Halloween 23 Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010871\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010871;s:5:\"title\";s:35:\"Wpmet Notice Halloween 23 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','yes'),(244,'elementskit-lite__banner_last_check','1717532286','yes'),(245,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10011283\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011283;s:5:\"title\";s:59:\"GutenKit Early Bird Campaign Wpmet and GetGenie (Dashboard)\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1716940800;s:3:\"end\";i:1719360000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:31:\" https://wpmet.com/gutenltd-not\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:492:\"

GUtenKit pro early bird sale

\r\n

Save up to $310 on Latest WordPress Plugin!

\r\n

To be an early adopter of this page builder blocks plugin, we’re offering you up to 65% discount on GutenKit Lifetime Deals!

\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2024/05/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011281\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011281;s:5:\"title\";s:59:\"GutenKit Early Bird Campaign Wpmet and GetGenie (Own Pages)\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1716940800;s:3:\"end\";i:1719360000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:31:\" https://wpmet.com/gutenltd-not\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:492:\"

GUtenKit pro early bird sale

\r\n

Save up to $310 on Latest WordPress Plugin!

\r\n

To be an early adopter of this page builder blocks plugin, we’re offering you up to 65% discount on GutenKit Lifetime Deals!

\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2024/05/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011221;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1710115200;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011220\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011220;s:5:\"title\";s:33:\"Wpmet Ramadan Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1710028800;s:3:\"end\";i:1711929600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/ramadan24-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

Ramadan sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011059\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011059;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011058\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011058;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1702512000;s:3:\"end\";i:1704412800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:30:\"https://wpmet.com/hol23-notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:538:\"

holiday sales from Wpmet

\r\n

Save up to $180 on Premium WordPress Plugins!

\r\n

Get 30% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011039\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011039;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011038\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011038;s:5:\"title\";s:31:\"Wpmet BFCM Notice Own Page 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1700611200;s:3:\"end\";i:1701907200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:36:\"https://wpmet.com/notice/blackfriday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:543:\"

Black friday sales from Wpmet

\r\n

Save up to $240 on Premium WordPress Plugins!

\r\n

Get 40% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:73:\"https://api.wpmet.com/auth/wp-content/uploads/2022/12/40-OFF-getgenie.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010872\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010872;s:5:\"title\";s:33:\"Wpmet Notice Halloween 23 Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010871\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010871;s:5:\"title\";s:35:\"Wpmet Notice Halloween 23 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1698192000;s:3:\"end\";i:1699574400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/notice/hallo23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:540:\"

Halloween sales from Wpmet

\r\n

Save up to $210 on Premium WordPress Plugins!

\r\n

Get 35% discounts on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them all in super-saver bundles to save 80% instantly!

\";s:12:\"notice_image\";s:65:\"https://api.wpmet.com/auth/wp-content/uploads/2023/04/genie-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','yes'),(246,'elementskit-lite_install_date','2024-06-04 02:00:15','yes'),(247,'metform_install_date','2024-06-04 02:00:15','yes'),(250,'givewp_welcome_banner_dismiss','1717509623','yes'),(257,'envato_elements_options','a:1:{i:1;a:0:{}}','no'),(259,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1717534726;s:5:\"value\";s:12573:\"[{\"id\":\"birthday-sale\",\"title\":\"Get up to 30% off Elementor Pro Plugin plans\",\"description\":\"Take advantage of our birthday sale and pick the plugin plan that\\u2019s right for you.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/bd-image-update.png\",\"cta\":\"Discounted Upgrades Now!\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-birthday-sale\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"loop-taxonomy-query-3.21\",\"title\":\"Create Engaging Listings for Categories and Tags\",\"description\":\"Design beautiful Loop Grids & Carousels to consistently display your dynamic content.\",\"topic\":\"New in Elementor Pro 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/loop-taxonomy-query-3.21.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-321-taxonomy-query-performance-improvement\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"loop-taxonomy-query-3.21\",\"title\":\"Create Engaging Listings for Categories and Tags\",\"description\":\"Design beautiful Loop Grids & Carousels to consistently display your dynamic content.\",\"topic\":\"New in Elementor Pro 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/loop-taxonomy-query-3.21.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-321-taxonomy-query-performance-improvement\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-query\\/\"},{\"id\":\"performance-boost-3.21\",\"title\":\"Speed Up Your Website by Updating to Elementor\",\"description\":\"Version 3.21 includes significant performance improvements that speed up loading time and boost Google performance scores.\",\"topic\":\"New in Elementor 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-boost-3.21.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"performance-boost-3.21\",\"title\":\"Speed Up Your Website by Updating to Elementor\",\"description\":\"Version 3.21 includes significant performance improvements that speed up loading time and boost Google performance scores.\",\"topic\":\"New in Elementor 3.21\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/performance-boost-3.21.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-ai-copilot\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-personal-assistant\\/\"},{\"id\":\"ai-personal-assistant-3.21\",\"title\":\"Meet Your Personal AI Assistant\",\"description\":\"Copilot suggests container layouts, blending your personal style with industry best practices.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-personal-assistant-3.21.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Conditions for Dynamic Content\",\"description\":\"Transform your single post and page templates into dynamic designs that fit their content by setting display conditions based on Dynamic Tags including native WordPress Custom Fields.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-pro-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-dynamic-content-3.20\",\"title\":\"Display Content on Your Terms: Decide When, Where, and by Who the Content is Viewed\",\"description\":\"Tailor the content on your page to visitors based on various rules to create a powerful experience.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dispaly-conditions\\/\"},{\"id\":\"elementor-add-ons\",\"title\":\"Exciting Add-Ons & Plugins to Enhance Elementor Websites\",\"description\":\"Uncover a treasure trove of tools from Elementor and others, put together to boost your website\'s capabilities and enhance its overall appeal.\",\"topic\":\"Elementor Add-Ons\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/elementor-add-ons.png\",\"cta\":\"Check it out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-addons\\/\"},{\"id\":\"display-conditions-or-logic-3.20\",\"title\":\"Connect Display Conditions - OR Logic\",\"description\":\"Create condition groups of one or more conditions and connect them with the OR logic to display an element when either groups conditions are met.\",\"topic\":\"New in Elementor Pro 3.20\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/display-conditions-3.20.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-320-display-conditions-enhacments-peformance-improvements\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"display-conditions-or-logic-3.20\",\"title\":\"Discover the Professional Way to Create Dynamic Content Websites\",\"description\":\"All the tools you need to turn the content you store on WordPress into pixel perfect websites that maintain a consistent, professional design.\",\"topic\":\"Dynamic Content\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/dynamic-content-3.20.gif\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/youtu.be\\/QSpCwj5dl5g?si=OpSNnnIyqCSOPzTF\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-dynamic-content\\/\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"element-manager-permissions-3.19\",\"title\":\"Streamline Collaboration by Setting Permissions to Widgets in the Element Manager\",\"description\":\"Customize the widgets displayed in the Widget Panel for each user based on their assigned roles.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/element-manager-role-permissions-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-element-manager-permission\\/\"},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"akismet-3.19\",\"title\":\"Protect Forms From Spam by Seamlessly Integrating Akismet Spam Filter\",\"description\":\"Akismet works in the background, using AI technology to detect spam with 99.9 percent accuracy without any additional interactions required by your visitors.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/akismet-3.19.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-akismet\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Get Elementor AI\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"ai-variations-in-template-library-3.19\",\"title\":\"Inspire Your Creation with Web-Based Container Generation\",\"description\":\"Use a URL address to generate containers based on a reference from the open web.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ai-variations-in-template-library-3.19.png\",\"chipPlan\":\"Elementor AI\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-web-based-container\\/\"},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"taxonomy-filter-multi-select-3.18\",\"title\":\"Enhance the Visitor Experience of Listings with Taxonomy Filter Multi-Select Capabilities\",\"description\":\"Help visitors find the products and posts they\'re looking for by filter listings based on multiple categories or tags from the same taxonomy filter.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/taxonomy-filter-multi-select-3.18.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/elementor-318-element-manager-multi-selection-taxonomy-filter\\/#:~:text=%5BPro%5D%20Enhanced%20Taxonomy%20Filter%20with%20Multi%2DSelection\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-taxonomy-filter\\/\"}]\";}','no'),(263,'action_scheduler_migration_status','complete','yes'),(276,'_elementor_assets_data','a:3:{s:4:\"json\";a:1:{s:7:\"widgets\";a:1:{s:18:\"responsive-widgets\";a:2:{s:7:\"content\";a:10:{s:9:\"accordion\";b:1;s:5:\"alert\";b:1;s:8:\"icon-box\";b:1;s:9:\"icon-list\";b:1;s:9:\"image-box\";b:1;s:13:\"image-gallery\";b:1;s:8:\"progress\";b:1;s:11:\"star-rating\";b:1;s:4:\"tabs\";b:1;s:6:\"toggle\";b:1;}s:7:\"version\";s:6:\"3.21.8\";}}}s:3:\"css\";a:1:{s:7:\"widgets\";a:29:{s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:5:\"image\";a:2:{s:7:\"content\";s:269:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:153:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:19:\"elementskit-heading\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:13:\"tf-scroll-top\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5051:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:11:\"tf-nav-menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:25:\"elementskit-header-search\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:10:\"tfimagebox\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:16:\"mf-listing-fname\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:8:\"mf-email\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:12:\"mf-telephone\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:7:\"mf-text\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:11:\"mf-textarea\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:9:\"mf-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:7:\"mf-date\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:9:\"Give Form\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:11:\"flex-slider\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:9:\"image-box\";a:2:{s:7:\"content\";s:1384:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:6:\"spacer\";a:2:{s:7:\"content\";s:1379:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:14:\"image-carousel\";a:2:{s:7:\"content\";s:555:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:10:\"tfcarousel\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:9:\"Give Goal\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:7:\"tfposts\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:11:\"google_maps\";a:2:{s:7:\"content\";s:247:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:23:\"premium-carousel-widget\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}s:19:\"premium-img-gallery\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.8\";}}}s:3:\"svg\";a:1:{s:9:\"font-icon\";a:12:{s:17:\"fas-envelope-open\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M512 464c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V200.724a48 48 0 0 1 18.387-37.776c24.913-19.529 45.501-35.365 164.2-121.511C199.412 29.17 232.797-.347 256 .003c23.198-.354 56.596 29.172 73.413 41.433 118.687 86.137 139.303 101.995 164.2 121.512A48 48 0 0 1 512 200.724V464zm-65.666-196.605c-2.563-3.728-7.7-4.595-11.339-1.907-22.845 16.873-55.462 40.705-105.582 77.079-16.825 12.266-50.21 41.781-73.413 41.43-23.211.344-56.559-29.143-73.413-41.43-50.114-36.37-82.734-60.204-105.582-77.079-3.639-2.688-8.776-1.821-11.339 1.907l-9.072 13.196a7.998 7.998 0 0 0 1.839 10.967c22.887 16.899 55.454 40.69 105.303 76.868 20.274 14.781 56.524 47.813 92.264 47.573 35.724.242 71.961-32.771 92.263-47.573 49.85-36.179 82.418-59.97 105.303-76.868a7.998 7.998 0 0 0 1.839-10.967l-9.071-13.196z\";s:3:\"key\";s:17:\"fas-envelope-open\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\";s:3:\"key\";s:12:\"fab-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\";s:3:\"key\";s:13:\"fab-instagram\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-clock\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:222:\"M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm92.49,313h0l-20,25a16,16,0,0,1-22.49,2.5h0l-67-49.72a40,40,0,0,1-15-31.23V112a16,16,0,0,1,16-16h32a16,16,0,0,1,16,16V256l58,42.5A16,16,0,0,1,348.49,321Z\";s:3:\"key\";s:9:\"fas-clock\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-map-marker\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:161:\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0z\";s:3:\"key\";s:14:\"fas-map-marker\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-check-circle\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:356:\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\";s:3:\"key\";s:16:\"fas-check-circle\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-check-square\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:379:\"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z\";s:3:\"key\";s:16:\"fas-check-square\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"fas-search\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:345:\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\";s:3:\"key\";s:10:\"fas-search\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"fas-map-marker-alt\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:384;s:6:\"height\";i:512;s:4:\"path\";s:244:\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\";s:3:\"key\";s:18:\"fas-map-marker-alt\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"eicon-chevron-left\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\";s:3:\"key\";s:18:\"eicon-chevron-left\";}s:7:\"version\";s:6:\"5.13.0\";}s:19:\"eicon-chevron-right\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:281:\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\";s:3:\"key\";s:19:\"eicon-chevron-right\";}s:7:\"version\";s:6:\"5.13.0\";}}}}','yes'),(277,'elementor-custom-breakpoints-files','a:4:{s:27:\"custom-widget-icon-list.min\";a:1:{s:4:\"time\";i:1717510774;}s:24:\"custom-frontend-lite.min\";a:1:{s:4:\"time\";i:1717510987;}s:19:\"custom-frontend.min\";a:1:{s:4:\"time\";i:1717511027;}s:27:\"custom-widget-image-box.min\";a:1:{s:4:\"time\";i:1717511740;}}','yes'),(282,'elementskit-lite__stories_last_check','1717510972','yes'),(283,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10011279\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011279;s:5:\"title\";s:51:\"GutenKit Pro Early Bird Campaign Wpmet and GetGenie\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:5:{i:0;s:16:\"elementskit-lite\";i:1;s:8:\"getgenie\";i:2;s:7:\"metform\";i:3;s:10:\"shopengine\";i:4;s:9:\"wp-social\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1716940800;s:3:\"end\";i:1719360000;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:29:\"https://wpmet.com/gutenltd-st\";s:11:\"story_image\";s:74:\"https://api.wpmet.com/auth/wp-content/uploads/2024/05/inplugin_story-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011269\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011269;s:5:\"title\";s:73:\"How Google SGE is Impacting SERP — Point of View from Content Marketing\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:46:\"https://getgenie.ai/google-sge-impact-on-serp/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011268\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011268;s:5:\"title\";s:40:\"10 Types of Copywriting You Need to Know\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:41:\"https://getgenie.ai/types-of-copywriting/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011267\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011267;s:5:\"title\";s:62:\"How AI Automation Boosts Efficiency in Content Marketing & SEO\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:70:\"https://getgenie.ai/ai-automation-for-efficiency-in-content-marketing/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011264\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011264;s:5:\"title\";s:51:\"8 Best GeneratePress Alternatives — Free and Paid\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:45:\"https://wpmet.com/generatepress-alternatives/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011263\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011263;s:5:\"title\";s:57:\"How to Embed YouTube Shorts in WordPress: Tips and Tricks\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:59:\"https://wpmet.com/how-to-embed-youtube-shorts-in-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011262\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011262;s:5:\"title\";s:64:\"How to Enable Vacation Mode in WooCommerce (Comprehensive Guide)\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:61:\"https://wpmet.com/how-to-enable-vacation-mode-in-woocommerce/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011258\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011258;s:5:\"title\";s:48:\"How to Optimize Existing Content on Your Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:53:\"https://getgenie.ai/how-to-optimize-existing-content/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011257\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011257;s:5:\"title\";s:52:\"Content Optimization Strategies to Soar High in SERP\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:52:\"https://getgenie.ai/content-optimization-strategies/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10011256\";O:8:\"stdClass\":9:{s:2:\"id\";i:10011256;s:5:\"title\";s:57:\"7-Step Strategic Content Marketing: A Roadmap for Success\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:48:\"https://getgenie.ai/strategic-content-marketing/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(296,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(297,'elementskit_options','a:1:{s:17:\"megamenu_settings\";a:1:{s:15:\"menu_location_4\";a:1:{s:10:\"is_enabled\";i:0;}}}','yes'),(311,'_elementor_global_css','a:7:{s:4:\"time\";i:1717512065;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','yes'),(319,'elementor_log','a:3:{s:32:\"675acde6085e1e3747b6a336d8e53e6c\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"654174\";s:7:\"\0*\0file\";s:106:\"https://jan-mccray.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.8\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-06-04 14:48:15\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:70:\"Cannot read properties of undefined (reading 'isDesignable')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:3;s:14:\"\0*\0times_dates\";a:3:{i:0;s:19:\"2024-06-04 14:48:15\";i:1;s:19:\"2024-06-04 14:48:52\";i:2;s:19:\"2024-06-04 14:50:13\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1717512495\";s:7:\"message\";s:60:\"Cannot read properties of undefined (reading \'isDesignable\')\";s:3:\"url\";s:106:\"https://jan-mccray.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.8\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"654174\";}}s:32:\"780d24dc506bdce3ada8389b622f6a11\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:7:\"1161578\";s:7:\"\0*\0file\";s:106:\"https://jan-mccray.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.8\";s:7:\"\0*\0line\";s:1:\"3\";s:7:\"\0*\0date\";s:19:\"2024-06-04 15:35:27\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:74:\"Cannot read properties of null (reading 'getBoundingClientRect')\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:5;s:14:\"\0*\0times_dates\";a:5:{i:0;s:19:\"2024-06-04 15:35:27\";i:1;s:19:\"2024-06-04 15:37:36\";i:2;s:19:\"2024-06-04 15:37:52\";i:3;s:19:\"2024-06-04 16:33:28\";i:4;s:19:\"2024-06-04 16:37:05\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1717515327\";s:7:\"message\";s:64:\"Cannot read properties of null (reading \'getBoundingClientRect\')\";s:3:\"url\";s:106:\"https://jan-mccray.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.21.8\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:7:\"1161578\";}}s:32:\"216bb8f7ebb2810780af4cac9ce1d9d6\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:4:\"2932\";s:7:\"\0*\0file\";s:112:\"https://jan-mccray.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.21.8\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2024-06-04 15:39:23\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:51:\"elementor_new_template_form_controls is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-06-04 15:39:23\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1717515563\";s:7:\"message\";s:51:\"elementor_new_template_form_controls is not defined\";s:3:\"url\";s:112:\"https://jan-mccray.designsfunnelserver.com/wp-content/plugins/elementor/assets/js/new-template.min.js?ver=3.21.8\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"2932\";}}}','no'),(379,'pa_edit_time','1717531225','yes'),(380,'pa_elements_cf685aa18','a:2:{i:0;s:23:\"premium-carousel-widget\";i:1;s:19:\"premium-img-gallery\";}','no'),(381,'pa_edit_cf685aa18','1717531225','no'),(383,'temp_count','a:14:{s:22:\"house of love slider 4\";s:22:\"house of love slider 4\";s:22:\"house of love slider 3\";s:22:\"house of love slider 3\";s:22:\"house of love slider 2\";s:22:\"house of love slider 2\";s:22:\"house of love slider 1\";s:22:\"house of love slider 1\";s:7:\"Home 03\";s:7:\"Home 03\";s:6:\"Donate\";s:6:\"Donate\";s:12:\"Form Contact\";s:12:\"Form Contact\";s:14:\"Form Volunteer\";s:14:\"Form Volunteer\";s:32:\"Templates Event Block 01 Home 03\";s:32:\"Templates Event Block 01 Home 03\";s:32:\"Templates Image Block 01 Home 03\";s:32:\"Templates Image Block 01 Home 03\";s:15:\"Header Style 03\";s:15:\"Header Style 03\";s:15:\"Footer Style 01\";s:15:\"Footer Style 01\";s:39:\"Kit Styles: Wishon - Non Profit Charity\";s:39:\"Kit Styles: Wishon - Non Profit Charity\";s:11:\"Default Kit\";s:11:\"Default Kit\";}','yes'),(384,'mobile_menu','1','yes'),(386,'elementor_library_category_children','a:0:{}','yes'),(462,'wp_calendar_block_has_published_posts','1','yes'),(464,'category_children','a:0:{}','yes'),(619,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":4,\"critical\":2}','yes'),(632,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"designsfunnel@gmail.com\";s:7:\"version\";s:5:\"6.6.2\";s:9:\"timestamp\";i:1729687121;}','no'),(2570,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750223588;s:7:\"checked\";a:4:{s:15:\"hello-elementor\";s:5:\"3.0.2\";s:10:\"jan-mccray\";s:3:\"1.0\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.1\";}s:8:\"response\";a:3:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.4.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.4.4.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.4\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.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.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(2575,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750223588;s:8:\"response\";a:7:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.29.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.5.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.5.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.jpg?rev=3250020\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.jpg?rev=3250020\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:35:\"envato-elements/envato-elements.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/envato-elements\";s:4:\"slug\";s:15:\"envato-elements\";s:6:\"plugin\";s:35:\"envato-elements/envato-elements.php\";s:11:\"new_version\";s:6:\"2.0.16\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/envato-elements/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/envato-elements.2.0.16.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";s:3:\"svg\";s:60:\"https://ps.w.org/envato-elements/assets/icon.svg?rev=3129155\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/envato-elements/assets/banner-1544x500.png?rev=3129155\";s:2:\"1x\";s:70:\"https://ps.w.org/envato-elements/assets/banner-772x250.png?rev=3129155\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.4.5\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:13:\"give/give.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:18:\"w.org/plugins/give\";s:4:\"slug\";s:4:\"give\";s:6:\"plugin\";s:13:\"give/give.php\";s:11:\"new_version\";s:5:\"4.3.2\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/give/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/give.4.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287\";s:2:\"1x\";s:57:\"https://ps.w.org/give/assets/icon-128x128.jpg?rev=2873287\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/give/assets/banner-1544x500.jpg?rev=2979689\";s:2:\"1x\";s:59:\"https://ps.w.org/give/assets/banner-772x250.jpg?rev=2979689\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:19:\"metform/metform.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/metform\";s:4:\"slug\";s:7:\"metform\";s:6:\"plugin\";s:19:\"metform/metform.php\";s:11:\"new_version\";s:5:\"3.9.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/metform/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/metform.3.9.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/metform/assets/icon-256x256.png?rev=3260686\";s:2:\"1x\";s:60:\"https://ps.w.org/metform/assets/icon-128x128.png?rev=3260686\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/metform/assets/banner-1544x500.jpg?rev=3260686\";s:2:\"1x\";s:62:\"https://ps.w.org/metform/assets/banner-772x250.jpg?rev=3260686\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:42:\"w.org/plugins/premium-addons-for-elementor\";s:4:\"slug\";s:28:\"premium-addons-for-elementor\";s:6:\"plugin\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:11:\"new_version\";s:7:\"4.11.13\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.4.11.13.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";s:3:\"svg\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.png?rev=3174756\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.png?rev=3174756\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:45:\"w.org/plugins/themesflat-addons-for-elementor\";s:4:\"slug\";s:31:\"themesflat-addons-for-elementor\";s:6:\"plugin\";s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";s:11:\"new_version\";s:5:\"2.2.7\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/themesflat-addons-for-elementor/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/themesflat-addons-for-elementor.2.2.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/themesflat-addons-for-elementor/assets/icon-256x256.png?rev=3216220\";s:2:\"1x\";s:84:\"https://ps.w.org/themesflat-addons-for-elementor/assets/icon-256x256.png?rev=3216220\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:86:\"https://ps.w.org/themesflat-addons-for-elementor/assets/banner-772x250.png?rev=3216220\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"5.2\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:66:\"givewp-donation-widgets-for-elementor/givewp-elementor-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:51:\"w.org/plugins/givewp-donation-widgets-for-elementor\";s:4:\"slug\";s:37:\"givewp-donation-widgets-for-elementor\";s:6:\"plugin\";s:66:\"givewp-donation-widgets-for-elementor/givewp-elementor-widgets.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:68:\"https://wordpress.org/plugins/givewp-donation-widgets-for-elementor/\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/plugin/givewp-donation-widgets-for-elementor.2.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:90:\"https://ps.w.org/givewp-donation-widgets-for-elementor/assets/icon-256x256.png?rev=3035752\";s:2:\"1x\";s:90:\"https://ps.w.org/givewp-donation-widgets-for-elementor/assets/icon-128x128.png?rev=3035752\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:93:\"https://ps.w.org/givewp-donation-widgets-for-elementor/assets/banner-1544x500.jpg?rev=3035752\";s:2:\"1x\";s:92:\"https://ps.w.org/givewp-donation-widgets-for-elementor/assets/banner-772x250.jpg?rev=3035752\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}}s:7:\"checked\";a:8:{s:23:\"elementor/elementor.php\";s:6:\"3.21.8\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"3.1.4\";s:35:\"envato-elements/envato-elements.php\";s:6:\"2.0.13\";s:13:\"give/give.php\";s:6:\"3.12.0\";s:66:\"givewp-donation-widgets-for-elementor/givewp-elementor-widgets.php\";s:5:\"2.0.1\";s:19:\"metform/metform.php\";s:5:\"3.8.8\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:7:\"4.10.33\";s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";s:5:\"1.8.1\";}}','off'),(3208,'db_upgraded','1','auto'),(3211,'can_compress_scripts','0','auto'),(3218,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"8c7d46a72d7d4591fc1dd9485bedb304\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";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:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(4815,'_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-6.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1750223587;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'),(5753,'_site_transient_timeout_theme_roots','1750225388','off'),(5754,'_site_transient_theme_roots','a:5:{s:8:\"6s9pso31\";s:7:\"/themes\";s:15:\"hello-elementor\";s:7:\"/themes\";s:10:\"jan-mccray\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";}','off'),(5759,'_transient_timeout_give_premium_addons_ids','1750309990','off'),(5760,'_transient_give_premium_addons_ids','a:63:{i:0;s:25:\"fundraising-quicksite-vip\";i:1;s:25:\"fundraising-quicksite-pro\";i:2;s:32:\"fundraising-quicksite-essentials\";i:3;s:31:\"fundraising-site-management-pro\";i:4;s:30:\"givewp-setup-service-3-add-ons\";i:5;s:36:\"fundraising-site-management-business\";i:6;s:38:\"fundraising-site-management-essentials\";i:7;s:13:\"blink-gateway\";i:8;s:8:\"webhooks\";i:9;s:19:\"visual-form-builder\";i:10;s:16:\"bitpay-donations\";i:11;s:11:\"agency-plan\";i:12;s:12:\"peer-to-peer\";i:13;s:8:\"pro-plan\";i:14;s:10:\"salesforce\";i:15;s:32:\"peer-to-peer-fundraising-suite-2\";i:16;s:30:\"peer-to-peer-fundraising-suite\";i:17;s:12:\"text-to-give\";i:18;s:19:\"peer-to-peer-legacy\";i:19;s:22:\"funds-and-designations\";i:20;s:14:\"activecampaign\";i:21;s:27:\"all-addons-priority-support\";i:22;s:15:\"pro-plan-legacy\";i:23;s:13:\"plus-bundle-2\";i:24;s:14:\"basic-bundle-2\";i:25;s:15:\"moneris-gateway\";i:26;s:14:\"square-gateway\";i:27;s:15:\"annual-receipts\";i:28;s:22:\"mollie-payment-gateway\";i:29;s:15:\"payfast-gateway\";i:30;s:17:\"currency-switcher\";i:31;s:6:\"sofort\";i:32;s:32:\"donation-upsells-for-woocommerce\";i:33;s:8:\"tributes\";i:34;s:12:\"fee-recovery\";i:35;s:19:\"americloud-payments\";i:36;s:13:\"paytm-gateway\";i:37;s:18:\"gocardless-gateway\";i:38;s:16:\"razorpay-gateway\";i:39;s:17:\"payumoney-gateway\";i:40;s:10:\"convertkit\";i:41;s:6:\"aweber\";i:42;s:17:\"per-form-gateways\";i:43;s:13:\"email-reports\";i:44;s:16:\"manual-donations\";i:45;s:10:\"pro-bundle\";i:46;s:11:\"plus-bundle\";i:47;s:12:\"basic-bundle\";i:48;s:6:\"zapier\";i:49;s:16:\"google-analytics\";i:50;s:16:\"ccavenue-gateway\";i:51;s:16:\"constant-contact\";i:52;s:25:\"braintree-payment-gateway\";i:53;s:8:\"gift-aid\";i:54;s:12:\"iats-gateway\";i:55;s:17:\"2checkout-gateway\";i:56;s:12:\"pdf-receipts\";i:57;s:19:\"recurring-donations\";i:58;s:15:\"paymill-gateway\";i:59;s:18:\"form-field-manager\";i:60;s:14:\"stripe-gateway\";i:61;s:21:\"authorize-net-gateway\";i:62;s:9:\"mailchimp\";}','off'),(5763,'_site_transient_timeout_wp_theme_files_patterns-e16f71b5de95ba18baba4ae95fa7af0d','1750228121','off'),(5764,'_site_transient_wp_theme_files_patterns-e16f71b5de95ba18baba4ae95fa7af0d','a:2:{s:7:\"version\";s:3:\"1.0\";s:8:\"patterns\";a:0:{}}','off'),(5765,'_site_transient_timeout_wp_theme_files_patterns-90b2b586bf561decf8d86b6bca995448','1750228121','off'),(5766,'_site_transient_wp_theme_files_patterns-90b2b586bf561decf8d86b6bca995448','a:2:{s:7:\"version\";s:5:\"3.0.2\";s:8:\"patterns\";a:0:{}}','off'); /*!40000 ALTER TABLE `jan_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_postmeta` -- DROP TABLE IF EXISTS `jan_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_postmeta` -- LOCK TABLES `jan_postmeta` WRITE; /*!40000 ALTER TABLE `jan_postmeta` DISABLE KEYS */; INSERT INTO `jan_postmeta` VALUES (10,9,'_edit_last','1'),(11,9,'_edit_lock','1717528817:1'),(12,11,'_elementor_edit_mode','builder'),(13,11,'_elementor_template_type','kit'),(14,12,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.21\";s:5:\"title\";s:27:\"Wishon - Non Profit Charity\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.0\";s:9:\"templates\";a:30:{i:0;a:9:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:32:\"https://themesflat.com/wishonkit\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:17;}}}i:1;a:9:{s:4:\"name\";s:15:\"Footer Style 01\";s:10:\"screenshot\";s:31:\"screenshots/footer-style-01.jpg\";s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:11:\"preview_url\";s:53:\"https://themesflat.com/wishonkit/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:26;}}}i:2;a:8:{s:4:\"name\";s:15:\"Header Style 01\";s:10:\"screenshot\";s:31:\"screenshots/header-style-01.jpg\";s:6:\"source\";s:30:\"templates/header-style-01.json\";s:11:\"preview_url\";s:62:\"https://themesflat.com/wishonkit/template-kit/header-style-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:3;a:8:{s:4:\"name\";s:15:\"Header Style 02\";s:10:\"screenshot\";s:31:\"screenshots/header-style-02.jpg\";s:6:\"source\";s:30:\"templates/header-style-02.json\";s:11:\"preview_url\";s:62:\"https://themesflat.com/wishonkit/template-kit/header-style-02/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:4;a:9:{s:4:\"name\";s:15:\"Header Style 03\";s:10:\"screenshot\";s:31:\"screenshots/header-style-03.jpg\";s:6:\"source\";s:30:\"templates/header-style-03.json\";s:11:\"preview_url\";s:62:\"https://themesflat.com/wishonkit/template-kit/header-style-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:28;}}}i:5;a:8:{s:4:\"name\";s:15:\"Header Style 04\";s:10:\"screenshot\";s:31:\"screenshots/header-style-04.jpg\";s:6:\"source\";s:30:\"templates/header-style-04.json\";s:11:\"preview_url\";s:62:\"https://themesflat.com/wishonkit/template-kit/header-style-04/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:6;a:8:{s:4:\"name\";s:29:\"Templates Block Event Home 01\";s:10:\"screenshot\";s:45:\"screenshots/templates-block-event-home-01.jpg\";s:6:\"source\";s:44:\"templates/templates-block-event-home-01.json\";s:11:\"preview_url\";s:76:\"https://themesflat.com/wishonkit/template-kit/templates-block-event-home-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:7;a:8:{s:4:\"name\";s:33:\"Templates Testimonials 01 Home 01\";s:10:\"screenshot\";s:49:\"screenshots/templates-testimonials-01-home-01.jpg\";s:6:\"source\";s:48:\"templates/templates-testimonials-01-home-01.json\";s:11:\"preview_url\";s:80:\"https://themesflat.com/wishonkit/template-kit/templates-testimonials-01-home-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:19:\"section-testimonial\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:8;a:8:{s:4:\"name\";s:32:\"Templates Block 01 Image Home 01\";s:10:\"screenshot\";s:48:\"screenshots/templates-block-01-image-home-01.jpg\";s:6:\"source\";s:47:\"templates/templates-block-01-image-home-01.json\";s:11:\"preview_url\";s:79:\"https://themesflat.com/wishonkit/template-kit/templates-block-01-image-home-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:15:\"section-gallery\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:9;a:8:{s:4:\"name\";s:33:\"Templates Donate Block 01 Home 02\";s:10:\"screenshot\";s:49:\"screenshots/templates-donate-block-01-home-02.jpg\";s:6:\"source\";s:48:\"templates/templates-donate-block-01-home-02.json\";s:11:\"preview_url\";s:80:\"https://themesflat.com/wishonkit/template-kit/templates-donate-block-01-home-02/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:9:{s:4:\"name\";s:32:\"Templates Image Block 01 Home 03\";s:10:\"screenshot\";s:48:\"screenshots/templates-image-block-01-home-03.jpg\";s:6:\"source\";s:47:\"templates/templates-image-block-01-home-03.json\";s:11:\"preview_url\";s:79:\"https://themesflat.com/wishonkit/template-kit/templates-image-block-01-home-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:15:\"section-gallery\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:31;}}}i:11;a:9:{s:4:\"name\";s:32:\"Templates Event Block 01 Home 03\";s:10:\"screenshot\";s:48:\"screenshots/templates-event-block-01-home-03.jpg\";s:6:\"source\";s:47:\"templates/templates-event-block-01-home-03.json\";s:11:\"preview_url\";s:79:\"https://themesflat.com/wishonkit/template-kit/templates-event-block-01-home-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:34;}}}i:12;a:8:{s:4:\"name\";s:24:\"Templates Donate Home 04\";s:10:\"screenshot\";s:40:\"screenshots/templates-donate-home-04.jpg\";s:6:\"source\";s:39:\"templates/templates-donate-home-04.json\";s:11:\"preview_url\";s:71:\"https://themesflat.com/wishonkit/template-kit/templates-donate-home-04/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:8:{s:4:\"name\";s:32:\"Templates Event Block 01 Home 04\";s:10:\"screenshot\";s:48:\"screenshots/templates-event-block-01-home-04.jpg\";s:6:\"source\";s:47:\"templates/templates-event-block-01-home-04.json\";s:11:\"preview_url\";s:79:\"https://themesflat.com/wishonkit/template-kit/templates-event-block-01-home-04/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:14;a:8:{s:4:\"name\";s:23:\"Form Newsletter Home 04\";s:10:\"screenshot\";s:39:\"screenshots/form-newsletter-home-04.jpg\";s:6:\"source\";s:38:\"templates/form-newsletter-home-04.json\";s:11:\"preview_url\";s:70:\"https://themesflat.com/wishonkit/template-kit/form-newsletter-home-04/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"section-cta\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:15;a:9:{s:4:\"name\";s:14:\"Form Volunteer\";s:10:\"screenshot\";s:30:\"screenshots/form-volunteer.jpg\";s:6:\"source\";s:29:\"templates/form-volunteer.json\";s:11:\"preview_url\";s:61:\"https://themesflat.com/wishonkit/template-kit/form-volunteer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:15:\"section-contact\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:36;}}}i:16;a:9:{s:4:\"name\";s:12:\"Form Contact\";s:10:\"screenshot\";s:28:\"screenshots/form-contact.jpg\";s:6:\"source\";s:27:\"templates/form-contact.json\";s:11:\"preview_url\";s:59:\"https://themesflat.com/wishonkit/template-kit/form-contact/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:15:\"section-contact\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:38;}}}i:17;a:8:{s:4:\"name\";s:7:\"Home 01\";s:10:\"screenshot\";s:23:\"screenshots/home-01.jpg\";s:6:\"source\";s:22:\"templates/home-01.json\";s:11:\"preview_url\";s:54:\"https://themesflat.com/wishonkit/template-kit/home-01/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:18;a:8:{s:4:\"name\";s:7:\"Home 02\";s:10:\"screenshot\";s:23:\"screenshots/home-02.jpg\";s:6:\"source\";s:22:\"templates/home-02.json\";s:11:\"preview_url\";s:54:\"https://themesflat.com/wishonkit/template-kit/home-02/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:19;a:9:{s:4:\"name\";s:7:\"Home 03\";s:10:\"screenshot\";s:23:\"screenshots/home-03.jpg\";s:6:\"source\";s:22:\"templates/home-03.json\";s:11:\"preview_url\";s:54:\"https://themesflat.com/wishonkit/template-kit/home-03/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:122;}}}i:20;a:8:{s:4:\"name\";s:7:\"Home 04\";s:10:\"screenshot\";s:23:\"screenshots/home-04.jpg\";s:6:\"source\";s:22:\"templates/home-04.json\";s:11:\"preview_url\";s:54:\"https://themesflat.com/wishonkit/template-kit/home-04/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:21;a:8:{s:4:\"name\";s:5:\"About\";s:10:\"screenshot\";s:21:\"screenshots/about.jpg\";s:6:\"source\";s:20:\"templates/about.json\";s:11:\"preview_url\";s:52:\"https://themesflat.com/wishonkit/template-kit/about/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:22;a:8:{s:4:\"name\";s:10:\"Volunteers\";s:10:\"screenshot\";s:26:\"screenshots/volunteers.jpg\";s:6:\"source\";s:25:\"templates/volunteers.json\";s:11:\"preview_url\";s:57:\"https://themesflat.com/wishonkit/template-kit/volunteers/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:23;a:8:{s:4:\"name\";s:18:\"Become a Volunteer\";s:10:\"screenshot\";s:34:\"screenshots/become-a-volunteer.jpg\";s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:11:\"preview_url\";s:65:\"https://themesflat.com/wishonkit/template-kit/become-a-volunteer/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:24;a:9:{s:4:\"name\";s:6:\"Donate\";s:10:\"screenshot\";s:22:\"screenshots/donate.jpg\";s:6:\"source\";s:21:\"templates/donate.json\";s:11:\"preview_url\";s:53:\"https://themesflat.com/wishonkit/template-kit/donate/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:46;}}}i:25;a:8:{s:4:\"name\";s:6:\"Causes\";s:10:\"screenshot\";s:22:\"screenshots/causes.jpg\";s:6:\"source\";s:21:\"templates/causes.json\";s:11:\"preview_url\";s:53:\"https://themesflat.com/wishonkit/template-kit/causes/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:26;a:8:{s:4:\"name\";s:6:\"Events\";s:10:\"screenshot\";s:22:\"screenshots/events.jpg\";s:6:\"source\";s:21:\"templates/events.json\";s:11:\"preview_url\";s:53:\"https://themesflat.com/wishonkit/template-kit/events/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:27;a:8:{s:4:\"name\";s:13:\"Event Details\";s:10:\"screenshot\";s:29:\"screenshots/event-details.jpg\";s:6:\"source\";s:28:\"templates/event-details.json\";s:11:\"preview_url\";s:60:\"https://themesflat.com/wishonkit/template-kit/event-details/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:28;a:8:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:51:\"https://themesflat.com/wishonkit/template-kit/blog/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:12:\"archive-blog\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:29;a:8:{s:4:\"name\";s:7:\"Contact\";s:10:\"screenshot\";s:23:\"screenshots/contact.jpg\";s:6:\"source\";s:22:\"templates/contact.json\";s:11:\"preview_url\";s:54:\"https://themesflat.com/wishonkit/template-kit/contact/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}}s:16:\"required_plugins\";a:6:{i:0;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:6:\"3.16.4\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}i:1;a:4:{s:4:\"name\";s:16:\"ElementsKit Lite\";s:7:\"version\";s:5:\"2.9.2\";s:4:\"file\";s:37:\"elementskit-lite/elementskit-lite.php\";s:6:\"author\";s:5:\"Wpmet\";}i:2;a:4:{s:4:\"name\";s:22:\"Give - Donation Plugin\";s:7:\"version\";s:6:\"2.33.2\";s:4:\"file\";s:13:\"give/give.php\";s:6:\"author\";s:6:\"GiveWP\";}i:3;a:4:{s:4:\"name\";s:37:\"GiveWP Donation Widgets for Elementor\";s:7:\"version\";s:5:\"1.2.0\";s:4:\"file\";s:66:\"givewp-donation-widgets-for-elementor/givewp-elementor-widgets.php\";s:6:\"author\";s:6:\"GiveWP\";}i:4;a:4:{s:4:\"name\";s:7:\"MetForm\";s:7:\"version\";s:5:\"3.5.0\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}i:5;a:4:{s:4:\"name\";s:31:\"Themesflat Addons For Elementor\";s:7:\"version\";s:5:\"2.0.6\";s:4:\"file\";s:67:\"themesflat-addons-for-elementor/themesflat-addons-for-elementor.php\";s:6:\"author\";s:10:\"Themesflat\";}}s:6:\"images\";a:160:{i:0;a:8:{s:8:\"filename\";s:10:\"Base-1.png\";s:13:\"thumbnail_url\";s:78:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Base-1-800x209.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:4:\"name\";s:15:\"Footer Style 01\";}}s:8:\"filesize\";i:82169;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:494;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:1;a:8:{s:8:\"filename\";s:10:\"line-3.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/line-3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/footer-style-01.json\";s:4:\"name\";s:15:\"Footer Style 01\";}}s:8:\"filesize\";i:81;s:10:\"dimensions\";a:2:{i:0;i:20;i:1;i:2;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:2;a:8:{s:8:\"filename\";s:8:\"Logo.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Logo.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/header-style-01.json\";s:4:\"name\";s:15:\"Header Style 01\";}}s:8:\"filesize\";i:2998;s:10:\"dimensions\";a:2:{i:0;i:106;i:1;i:63;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:3;a:8:{s:8:\"filename\";s:13:\"Volunteer.png\";s:13:\"thumbnail_url\";s:73:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Volunteer.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/header-style-01.json\";s:4:\"name\";s:15:\"Header Style 01\";}}s:8:\"filesize\";i:1073;s:10:\"dimensions\";a:2:{i:0;i:51;i:1;i:51;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:4;a:8:{s:8:\"filename\";s:10:\"Logo-1.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Logo-1.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:30:\"templates/header-style-02.json\";s:4:\"name\";s:15:\"Header Style 02\";}i:1;a:2:{s:6:\"source\";s:30:\"templates/header-style-03.json\";s:4:\"name\";s:15:\"Header Style 03\";}i:2;a:2:{s:6:\"source\";s:30:\"templates/header-style-04.json\";s:4:\"name\";s:15:\"Header Style 04\";}}s:8:\"filesize\";i:3279;s:10:\"dimensions\";a:2:{i:0;i:145;i:1;i:35;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:5;a:8:{s:8:\"filename\";s:10:\"Logo-2.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Logo-2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:30:\"templates/header-style-04.json\";s:4:\"name\";s:15:\"Header Style 04\";}}s:8:\"filesize\";i:3377;s:10:\"dimensions\";a:2:{i:0;i:144;i:1;i:35;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:6;a:8:{s:8:\"filename\";s:11:\"image-6.jpg\";s:13:\"thumbnail_url\";s:71:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image-6.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:44:\"templates/templates-block-event-home-01.json\";s:4:\"name\";s:29:\"Templates Block Event Home 01\";}}s:8:\"filesize\";i:44247;s:10:\"dimensions\";a:2:{i:0;i:276;i:1;i:183;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:90:\"https://www.freepik.com/free-photo/begging-bridge-with-person-who-handed-bread_8351902.htm\";}i:7;a:8:{s:8:\"filename\";s:12:\"image2-1.jpg\";s:13:\"thumbnail_url\";s:72:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image2-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:44:\"templates/templates-block-event-home-01.json\";s:4:\"name\";s:29:\"Templates Block Event Home 01\";}}s:8:\"filesize\";i:74764;s:10:\"dimensions\";a:2:{i:0;i:216;i:1;i:323;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/ClEsjummC6w\";}i:8;a:8:{s:8:\"filename\";s:10:\"circle.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/circle.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:48:\"templates/templates-testimonials-01-home-01.json\";s:4:\"name\";s:33:\"Templates Testimonials 01 Home 01\";}}s:8:\"filesize\";i:1438;s:10:\"dimensions\";a:2:{i:0;i:118;i:1;i:130;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:9;a:8:{s:8:\"filename\";s:25:\"welcom_home02-432E9UY.jpg\";s:13:\"thumbnail_url\";s:85:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/welcom_home02-432E9UY.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:48:\"templates/templates-testimonials-01-home-01.json\";s:4:\"name\";s:33:\"Templates Testimonials 01 Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:28938;s:10:\"dimensions\";a:2:{i:0;i:210;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-432E9UY\";}i:10;a:8:{s:8:\"filename\";s:10:\"Text-1.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Text-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:48:\"templates/templates-testimonials-01-home-01.json\";s:4:\"name\";s:33:\"Templates Testimonials 01 Home 01\";}}s:8:\"filesize\";i:1339;s:10:\"dimensions\";a:2:{i:0;i:60;i:1;i:60;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:11;a:8:{s:8:\"filename\";s:12:\"image3-3.jpg\";s:13:\"thumbnail_url\";s:72:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image3-3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:47:\"templates/templates-block-01-image-home-01.json\";s:4:\"name\";s:32:\"Templates Block 01 Image Home 01\";}}s:8:\"filesize\";i:210334;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:598;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:85:\"https://www.freepik.com/free-photo/community-actions-with-food-donations_20825656.htm\";}i:12;a:8:{s:8:\"filename\";s:25:\"causes_home01-6M6AG39.jpg\";s:13:\"thumbnail_url\";s:85:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/causes_home01-6M6AG39.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:48:\"templates/templates-donate-block-01-home-02.json\";s:4:\"name\";s:33:\"Templates Donate Block 01 Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:3;a:2:{s:6:\"source\";s:21:\"templates/causes.json\";s:4:\"name\";s:6:\"Causes\";}}s:8:\"filesize\";i:113674;s:10:\"dimensions\";a:2:{i:0;i:444;i:1;i:297;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-6M6AG39\";}i:13;a:8:{s:8:\"filename\";s:13:\"image2-12.jpg\";s:13:\"thumbnail_url\";s:81:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image2-12-800x826.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:47:\"templates/templates-image-block-01-home-03.json\";s:4:\"name\";s:32:\"Templates Image Block 01 Home 03\";}}s:8:\"filesize\";i:330194;s:10:\"dimensions\";a:2:{i:0;i:940;i:1;i:970;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:90:\"https://www.freepik.com/free-photo/begging-bridge-with-person-who-handed-bread_8351902.htm\";}i:14;a:8:{s:8:\"filename\";s:13:\"image2-10.jpg\";s:13:\"thumbnail_url\";s:81:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image2-10-800x532.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:47:\"templates/templates-event-block-01-home-03.json\";s:4:\"name\";s:32:\"Templates Event Block 01 Home 03\";}i:1;a:2:{s:6:\"source\";s:21:\"templates/events.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:320426;s:10:\"dimensions\";a:2:{i:0;i:1128;i:1;i:750;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:90:\"https://www.freepik.com/free-photo/begging-bridge-with-person-who-handed-bread_8351902.htm\";}i:15;a:8:{s:8:\"filename\";s:8:\"dots.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/dots.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:39:\"templates/templates-donate-home-04.json\";s:4:\"name\";s:24:\"Templates Donate Home 04\";}}s:8:\"filesize\";i:28914;s:10:\"dimensions\";a:2:{i:0;i:425;i:1;i:406;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:16;a:8:{s:8:\"filename\";s:12:\"image-27.jpg\";s:13:\"thumbnail_url\";s:72:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image-27.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:47:\"templates/templates-event-block-01-home-04.json\";s:4:\"name\";s:32:\"Templates Event Block 01 Home 04\";}}s:8:\"filesize\";i:14533;s:10:\"dimensions\";a:2:{i:0;i:109;i:1;i:109;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:23:\"https://www.freepik.com\";}i:17;a:8:{s:8:\"filename\";s:12:\"image3-9.jpg\";s:13:\"thumbnail_url\";s:72:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image3-9.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:47:\"templates/templates-event-block-01-home-04.json\";s:4:\"name\";s:32:\"Templates Event Block 01 Home 04\";}}s:8:\"filesize\";i:17645;s:10:\"dimensions\";a:2:{i:0;i:109;i:1;i:109;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/ClEsjummC6w\";}i:18;a:8:{s:8:\"filename\";s:24:\"slide_home01-L9G6XX3.jpg\";s:13:\"thumbnail_url\";s:92:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/slide_home01-L9G6XX3-800x312.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:151518;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-L9G6XX3\";}i:19;a:8:{s:8:\"filename\";s:24:\"slide_home01-U2LRGYA.jpg\";s:13:\"thumbnail_url\";s:92:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/slide_home01-U2LRGYA-800x312.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:171612;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-U2LRGYA\";}i:20;a:8:{s:8:\"filename\";s:24:\"about_home01-SCYBQQH.jpg\";s:13:\"thumbnail_url\";s:84:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home01-SCYBQQH.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:105368;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:360;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SCYBQQH\";}i:21;a:8:{s:8:\"filename\";s:24:\"about_home01-UMGFTED.jpg\";s:13:\"thumbnail_url\";s:84:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home01-UMGFTED.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:156803;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:360;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-UMGFTED\";}i:22;a:8:{s:8:\"filename\";s:24:\"about_home01-WBELYW8.jpg\";s:13:\"thumbnail_url\";s:84:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home01-WBELYW8.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:172594;s:10:\"dimensions\";a:2:{i:0;i:360;i:1;i:360;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-WBELYW8\";}i:23;a:8:{s:8:\"filename\";s:8:\"base.png\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/base-800x720.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:9456;s:10:\"dimensions\";a:2:{i:0;i:814;i:1;i:733;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:24;a:8:{s:8:\"filename\";s:11:\"circles.png\";s:13:\"thumbnail_url\";s:71:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/circles.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:46042;s:10:\"dimensions\";a:2:{i:0;i:340;i:1;i:735;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:25;a:8:{s:8:\"filename\";s:24:\"about_home01-P2LNK85.jpg\";s:13:\"thumbnail_url\";s:92:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home01-P2LNK85-800x800.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:89996;s:10:\"dimensions\";a:2:{i:0;i:855;i:1;i:855;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P2LNK85\";}i:26;a:8:{s:8:\"filename\";s:8:\"line.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/line.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:15754;s:10:\"dimensions\";a:2:{i:0;i:531;i:1;i:531;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:27;a:8:{s:8:\"filename\";s:24:\"about_home01-QXJWJHW.jpg\";s:13:\"thumbnail_url\";s:92:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home01-QXJWJHW-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:87652;s:10:\"dimensions\";a:2:{i:0;i:820;i:1;i:546;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-QXJWJHW\";}i:28;a:8:{s:8:\"filename\";s:10:\"line-1.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/line-1.png\";s:9:\"templates\";a:7:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:3;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}i:4;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:5;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}i:6;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:81;s:10:\"dimensions\";a:2:{i:0;i:33;i:1;i:2;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:29;a:8:{s:8:\"filename\";s:29:\"bg_counter_home01-PQZRHT3.jpg\";s:13:\"thumbnail_url\";s:97:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_counter_home01-PQZRHT3-800x253.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:205854;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PQZRHT3\";}i:30;a:8:{s:8:\"filename\";s:6:\"01.png\";s:13:\"thumbnail_url\";s:66:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/01.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:5608;s:10:\"dimensions\";a:2:{i:0;i:174;i:1;i:153;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:31;a:8:{s:8:\"filename\";s:6:\"02.png\";s:13:\"thumbnail_url\";s:66:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/02.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:5592;s:10:\"dimensions\";a:2:{i:0;i:174;i:1;i:153;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:32;a:8:{s:8:\"filename\";s:6:\"03.png\";s:13:\"thumbnail_url\";s:66:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/03.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:4854;s:10:\"dimensions\";a:2:{i:0;i:174;i:1;i:153;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:33;a:8:{s:8:\"filename\";s:6:\"04.png\";s:13:\"thumbnail_url\";s:66:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/04.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:6646;s:10:\"dimensions\";a:2:{i:0;i:174;i:1;i:153;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:34;a:8:{s:8:\"filename\";s:29:\"bg_donate_home01r-KMC5YTY.jpg\";s:13:\"thumbnail_url\";s:97:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_donate_home01r-KMC5YTY-800x212.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:329888;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:502;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-KMC5YTY\";}i:35;a:8:{s:8:\"filename\";s:10:\"line-2.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/line-2.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}i:2;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:2408;s:10:\"dimensions\";a:2:{i:0;i:136;i:1;i:62;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:36;a:8:{s:8:\"filename\";s:8:\"Base.jpg\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Base-800x613.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:23567;s:10:\"dimensions\";a:2:{i:0;i:812;i:1;i:622;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:37;a:8:{s:8:\"filename\";s:13:\"circles-1.png\";s:13:\"thumbnail_url\";s:73:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/circles-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:43801;s:10:\"dimensions\";a:2:{i:0;i:325;i:1;i:735;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:38;a:8:{s:8:\"filename\";s:8:\"Text.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Text.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:2840;s:10:\"dimensions\";a:2:{i:0;i:70;i:1;i:70;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:39;a:8:{s:8:\"filename\";s:25:\"causes_home01-5VNVJ8V.jpg\";s:13:\"thumbnail_url\";s:85:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/causes_home01-5VNVJ8V.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:2;a:2:{s:6:\"source\";s:21:\"templates/causes.json\";s:4:\"name\";s:6:\"Causes\";}}s:8:\"filesize\";i:112578;s:10:\"dimensions\";a:2:{i:0;i:444;i:1;i:297;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-5VNVJ8V\";}i:40;a:8:{s:8:\"filename\";s:25:\"causes_home01-JRE3YVL.jpg\";s:13:\"thumbnail_url\";s:85:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/causes_home01-JRE3YVL.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:2;a:2:{s:6:\"source\";s:21:\"templates/causes.json\";s:4:\"name\";s:6:\"Causes\";}}s:8:\"filesize\";i:102166;s:10:\"dimensions\";a:2:{i:0;i:444;i:1;i:297;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-JRE3YVL\";}i:41;a:8:{s:8:\"filename\";s:6:\"bg.png\";s:13:\"thumbnail_url\";s:66:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:29138;s:10:\"dimensions\";a:2:{i:0;i:480;i:1;i:250;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:42;a:8:{s:8:\"filename\";s:25:\"donate_home01-PE8Y7XM.jpg\";s:13:\"thumbnail_url\";s:93:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/donate_home01-PE8Y7XM-800x533.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:84636;s:10:\"dimensions\";a:2:{i:0;i:894;i:1;i:596;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PE8Y7XM\";}i:43;a:8:{s:8:\"filename\";s:12:\"envelope.png\";s:13:\"thumbnail_url\";s:72:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/envelope.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:1371;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:44;a:8:{s:8:\"filename\";s:7:\"map.png\";s:13:\"thumbnail_url\";s:67:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/map.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:1304;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:45;a:8:{s:8:\"filename\";s:8:\"bg-1.png\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg-1-800x482.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:198871;s:10:\"dimensions\";a:2:{i:0;i:1012;i:1;i:610;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:46;a:8:{s:8:\"filename\";s:33:\"bg_testimonial_home01-75C349Y.jpg\";s:13:\"thumbnail_url\";s:93:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_testimonial_home01-75C349Y.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:111408;s:10:\"dimensions\";a:2:{i:0;i:720;i:1;i:596;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-75C349Y\";}i:47;a:8:{s:8:\"filename\";s:9:\"hands.png\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/hands-800x84.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:35934;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:199;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:48;a:8:{s:8:\"filename\";s:14:\"logo_lorem.png\";s:13:\"thumbnail_url\";s:74:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:6865;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:49;a:8:{s:8:\"filename\";s:16:\"logo_lorem-1.png\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:6865;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:50;a:8:{s:8:\"filename\";s:16:\"logo_lorem-2.png\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem-2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:6865;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:51;a:8:{s:8:\"filename\";s:16:\"logo_lorem-3.png\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem-3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:6865;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:52;a:8:{s:8:\"filename\";s:16:\"logo_lorem-4.png\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem-4.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-01.json\";s:4:\"name\";s:7:\"Home 01\";}}s:8:\"filesize\";i:6865;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:53;a:8:{s:8:\"filename\";s:24:\"slide_home02-PE8Y7XM.jpg\";s:13:\"thumbnail_url\";s:92:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/slide_home02-PE8Y7XM-800x346.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:160626;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:818;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PE8Y7XM\";}i:54;a:8:{s:8:\"filename\";s:9:\"heart.png\";s:13:\"thumbnail_url\";s:69:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/heart.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:725;s:10:\"dimensions\";a:2:{i:0;i:36;i:1;i:38;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:55;a:8:{s:8:\"filename\";s:24:\"slide_home02-KMC5YTY.jpg\";s:13:\"thumbnail_url\";s:92:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/slide_home02-KMC5YTY-800x346.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:117671;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:818;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-KMC5YTY\";}i:56;a:8:{s:8:\"filename\";s:28:\"bg_donate_home02-75C349Y.jpg\";s:13:\"thumbnail_url\";s:96:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_donate_home02-75C349Y-800x387.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:220039;s:10:\"dimensions\";a:2:{i:0;i:1240;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-75C349Y\";}i:57;a:8:{s:8:\"filename\";s:43:\"bg_donate_home02-PCDX625-e1695181485907.jpg\";s:13:\"thumbnail_url\";s:111:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_donate_home02-PCDX625-e1695181485907-800x387.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:81268;s:10:\"dimensions\";a:2:{i:0;i:1240;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PCDX625\";}i:58;a:8:{s:8:\"filename\";s:20:\"bg_donate_home02.jpg\";s:13:\"thumbnail_url\";s:80:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_donate_home02.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:39311;s:10:\"dimensions\";a:2:{i:0;i:620;i:1;i:300;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:24:\"https://www.freepik.com/\";}i:59;a:8:{s:8:\"filename\";s:25:\"welcom_home02-6UCY9BJ.jpg\";s:13:\"thumbnail_url\";s:93:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/welcom_home02-6UCY9BJ-800x677.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:87532;s:10:\"dimensions\";a:2:{i:0;i:802;i:1;i:679;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-6UCY9BJ\";}i:60;a:8:{s:8:\"filename\";s:10:\"base-2.png\";s:13:\"thumbnail_url\";s:78:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/base-2-800x307.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:1884;s:10:\"dimensions\";a:2:{i:0;i:802;i:1;i:308;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:61;a:8:{s:8:\"filename\";s:11:\"1772016.png\";s:13:\"thumbnail_url\";s:71:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/1772016.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:2133;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:62;a:8:{s:8:\"filename\";s:12:\"image-14.jpg\";s:13:\"thumbnail_url\";s:80:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image-14-800x450.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:224499;s:10:\"dimensions\";a:2:{i:0;i:1910;i:1;i:1075;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:90:\"https://www.freepik.com/free-photo/closeup-diverse-people-joining-their-hands_12193015.htm\";}i:63;a:8:{s:8:\"filename\";s:10:\"624528.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/624528.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:2815;s:10:\"dimensions\";a:2:{i:0;i:72;i:1;i:63;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:64;a:8:{s:8:\"filename\";s:10:\"182482.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/182482.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:2415;s:10:\"dimensions\";a:2:{i:0;i:63;i:1;i:63;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:65;a:8:{s:8:\"filename\";s:10:\"624546.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/624546.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:3425;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:66;a:8:{s:8:\"filename\";s:10:\"624511.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/624511.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:2469;s:10:\"dimensions\";a:2:{i:0;i:66;i:1;i:63;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:67;a:8:{s:8:\"filename\";s:20:\"logo_lorem_black.png\";s:13:\"thumbnail_url\";s:80:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem_black.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:7682;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:68;a:8:{s:8:\"filename\";s:22:\"logo_lorem_black-1.png\";s:13:\"thumbnail_url\";s:82:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem_black-1.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:7682;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:69;a:8:{s:8:\"filename\";s:22:\"logo_lorem_black-2.png\";s:13:\"thumbnail_url\";s:82:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem_black-2.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:7682;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:70;a:8:{s:8:\"filename\";s:22:\"logo_lorem_black-3.png\";s:13:\"thumbnail_url\";s:82:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem_black-3.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:7682;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:71;a:8:{s:8:\"filename\";s:22:\"logo_lorem_black-4.png\";s:13:\"thumbnail_url\";s:82:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/logo_lorem_black-4.png\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}i:3;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:7682;s:10:\"dimensions\";a:2:{i:0;i:122;i:1;i:23;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:22:\"https://logoipsum.com/\";}i:72;a:8:{s:8:\"filename\";s:8:\"bg-3.png\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg-3-800x424.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:167094;s:10:\"dimensions\";a:2:{i:0;i:1151;i:1;i:610;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:73;a:8:{s:8:\"filename\";s:30:\"testimonial_home02-2GB5STW.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/testimonial_home02-2GB5STW.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/volunteers.json\";s:4:\"name\";s:10:\"Volunteers\";}}s:8:\"filesize\";i:31206;s:10:\"dimensions\";a:2:{i:0;i:210;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-2GB5STW\";}i:74;a:8:{s:8:\"filename\";s:30:\"testimonial_home02-3YCU5ZV.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/testimonial_home02-3YCU5ZV.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:25:\"templates/volunteers.json\";s:4:\"name\";s:10:\"Volunteers\";}}s:8:\"filesize\";i:39196;s:10:\"dimensions\";a:2:{i:0;i:210;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-3YCU5ZV\";}i:75;a:8:{s:8:\"filename\";s:30:\"testimonial_home02-ER3ULG7.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/testimonial_home02-ER3ULG7.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/volunteers.json\";s:4:\"name\";s:10:\"Volunteers\";}}s:8:\"filesize\";i:37010;s:10:\"dimensions\";a:2:{i:0;i:210;i:1;i:210;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-ER3ULG7\";}i:76;a:8:{s:8:\"filename\";s:30:\"testimonial_home02-D5SCXTT.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/testimonial_home02-D5SCXTT.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/volunteers.json\";s:4:\"name\";s:10:\"Volunteers\";}}s:8:\"filesize\";i:74763;s:10:\"dimensions\";a:2:{i:0;i:320;i:1;i:320;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-D5SCXTT\";}i:77;a:8:{s:8:\"filename\";s:7:\"bg2.png\";s:13:\"thumbnail_url\";s:67:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg2.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/volunteers.json\";s:4:\"name\";s:10:\"Volunteers\";}}s:8:\"filesize\";i:21423;s:10:\"dimensions\";a:2:{i:0;i:353;i:1;i:353;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:78;a:8:{s:8:\"filename\";s:30:\"testimonial_home02-ZXZGHBK.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/testimonial_home02-ZXZGHBK.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/volunteers.json\";s:4:\"name\";s:10:\"Volunteers\";}}s:8:\"filesize\";i:59257;s:10:\"dimensions\";a:2:{i:0;i:320;i:1;i:320;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-ZXZGHBK\";}i:79;a:8:{s:8:\"filename\";s:8:\"bg-2.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg-2.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/volunteers.json\";s:4:\"name\";s:10:\"Volunteers\";}}s:8:\"filesize\";i:40382;s:10:\"dimensions\";a:2:{i:0;i:353;i:1;i:353;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:80;a:8:{s:8:\"filename\";s:30:\"testimonial_home02-XUXB85H.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/testimonial_home02-XUXB85H.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:2;a:2:{s:6:\"source\";s:25:\"templates/volunteers.json\";s:4:\"name\";s:10:\"Volunteers\";}}s:8:\"filesize\";i:73594;s:10:\"dimensions\";a:2:{i:0;i:320;i:1;i:320;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-XUXB85H\";}i:81;a:8:{s:8:\"filename\";s:25:\"bg_faq_home02-75C349Y.jpg\";s:13:\"thumbnail_url\";s:93:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_faq_home02-75C349Y-800x641.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:125212;s:10:\"dimensions\";a:2:{i:0;i:893;i:1;i:716;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-75C349Y\";}i:82;a:8:{s:8:\"filename\";s:10:\"Base-3.png\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Base-3-800x95.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:25812;s:10:\"dimensions\";a:2:{i:0;i:1620;i:1;i:193;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:83;a:8:{s:8:\"filename\";s:8:\"Icon.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Icon.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-02.json\";s:4:\"name\";s:7:\"Home 02\";}}s:8:\"filesize\";i:5865;s:10:\"dimensions\";a:2:{i:0;i:126;i:1;i:126;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:84;a:8:{s:8:\"filename\";s:11:\"hands-1.png\";s:13:\"thumbnail_url\";s:79:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/hands-1-800x374.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:270179;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:886;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:85;a:8:{s:8:\"filename\";s:39:\"slide_home03-R2UHPE9-e1695184170594.jpg\";s:13:\"thumbnail_url\";s:107:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/slide_home03-R2UHPE9-e1695184170594-800x568.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:183423;s:10:\"dimensions\";a:2:{i:0;i:1094;i:1;i:777;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-R2UHPE9\";}i:86;a:8:{s:8:\"filename\";s:9:\"lines.png\";s:13:\"thumbnail_url\";s:69:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/lines.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:6044;s:10:\"dimensions\";a:2:{i:0;i:113;i:1;i:635;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:87;a:8:{s:8:\"filename\";s:24:\"slide_home03-FJ23EGP.jpg\";s:13:\"thumbnail_url\";s:92:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/slide_home03-FJ23EGP-800x568.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:105803;s:10:\"dimensions\";a:2:{i:0;i:1094;i:1;i:777;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FJ23EGP\";}i:88;a:8:{s:8:\"filename\";s:8:\"01-3.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/01-3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:4625;s:10:\"dimensions\";a:2:{i:0;i:102;i:1;i:102;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:89;a:8:{s:8:\"filename\";s:8:\"02-3.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/02-3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:5970;s:10:\"dimensions\";a:2:{i:0;i:102;i:1;i:102;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:90;a:8:{s:8:\"filename\";s:8:\"03-3.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/03-3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:5080;s:10:\"dimensions\";a:2:{i:0;i:102;i:1;i:102;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:91;a:8:{s:8:\"filename\";s:8:\"bg-4.png\";s:13:\"thumbnail_url\";s:76:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg-4-800x533.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:167498;s:10:\"dimensions\";a:2:{i:0;i:916;i:1;i:610;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:92;a:8:{s:8:\"filename\";s:25:\"person_home03-TPYW66E.png\";s:13:\"thumbnail_url\";s:85:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/person_home03-TPYW66E.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:100717;s:10:\"dimensions\";a:2:{i:0;i:464;i:1;i:724;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-TPYW66E\";}i:93;a:8:{s:8:\"filename\";s:8:\"01-4.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/01-4.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:2154;s:10:\"dimensions\";a:2:{i:0;i:73;i:1;i:86;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:94;a:8:{s:8:\"filename\";s:8:\"02-4.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/02-4.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:848;s:10:\"dimensions\";a:2:{i:0;i:41;i:1;i:43;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:95;a:8:{s:8:\"filename\";s:10:\"base-4.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/base-4.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:2929;s:10:\"dimensions\";a:2:{i:0;i:281;i:1;i:187;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:96;a:8:{s:8:\"filename\";s:9:\"Icons.png\";s:13:\"thumbnail_url\";s:69:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Icons.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:2836;s:10:\"dimensions\";a:2:{i:0;i:89;i:1;i:89;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:97;a:8:{s:8:\"filename\";s:10:\"Icons2.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Icons2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:3021;s:10:\"dimensions\";a:2:{i:0;i:89;i:1;i:89;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:98;a:8:{s:8:\"filename\";s:11:\"hands-2.png\";s:13:\"thumbnail_url\";s:79:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/hands-2-800x155.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:65674;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:368;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:99;a:8:{s:8:\"filename\";s:30:\"bg_services_home03-PXX4XNE.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_services_home03-PXX4XNE.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:258366;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:756;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PXX4XNE\";}i:100;a:8:{s:8:\"filename\";s:8:\"01-5.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/01-5.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:5721;s:10:\"dimensions\";a:2:{i:0;i:133;i:1;i:133;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:101;a:8:{s:8:\"filename\";s:30:\"bg_services_home03-M56GXL3.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_services_home03-M56GXL3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:327789;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:756;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-M56GXL3\";}i:102;a:8:{s:8:\"filename\";s:8:\"02-5.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/02-5.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:5428;s:10:\"dimensions\";a:2:{i:0;i:133;i:1;i:133;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:103;a:8:{s:8:\"filename\";s:30:\"bg_services_home03-PE8Y7XM.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_services_home03-PE8Y7XM.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:241071;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:756;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PE8Y7XM\";}i:104;a:8:{s:8:\"filename\";s:8:\"03-4.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/03-4.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:6357;s:10:\"dimensions\";a:2:{i:0;i:133;i:1;i:133;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:105;a:8:{s:8:\"filename\";s:30:\"bg_services_home03-PHQLZX4.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_services_home03-PHQLZX4.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:245578;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:756;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PHQLZX4\";}i:106;a:8:{s:8:\"filename\";s:8:\"04-3.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/04-3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:5087;s:10:\"dimensions\";a:2:{i:0;i:133;i:1;i:133;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:107;a:8:{s:8:\"filename\";s:27:\"benefits_home03-PW3MFNQ.jpg\";s:13:\"thumbnail_url\";s:95:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/benefits_home03-PW3MFNQ-800x629.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:81880;s:10:\"dimensions\";a:2:{i:0;i:902;i:1;i:709;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PW3MFNQ\";}i:108;a:8:{s:8:\"filename\";s:13:\"circles-2.png\";s:13:\"thumbnail_url\";s:81:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/circles-2-800x613.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:45223;s:10:\"dimensions\";a:2:{i:0;i:886;i:1;i:679;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:109;a:8:{s:8:\"filename\";s:27:\"benefits_home03-U85WLPP.jpg\";s:13:\"thumbnail_url\";s:87:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/benefits_home03-U85WLPP.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:90507;s:10:\"dimensions\";a:2:{i:0;i:396;i:1;i:236;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-U85WLPP\";}i:110;a:8:{s:8:\"filename\";s:13:\"circles-3.png\";s:13:\"thumbnail_url\";s:73:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/circles-3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:44018;s:10:\"dimensions\";a:2:{i:0;i:330;i:1;i:735;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:111;a:8:{s:8:\"filename\";s:33:\"bg_testimonial_home03-LME7REA.jpg\";s:13:\"thumbnail_url\";s:101:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg_testimonial_home03-LME7REA-800x207.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:221869;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:491;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-LME7REA\";}i:112;a:8:{s:8:\"filename\";s:30:\"testimonial_home03-7KXQNHG.jpg\";s:13:\"thumbnail_url\";s:90:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/testimonial_home03-7KXQNHG.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:150970;s:10:\"dimensions\";a:2:{i:0;i:474;i:1;i:502;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7KXQNHG\";}i:113;a:8:{s:8:\"filename\";s:10:\"base-1.jpg\";s:13:\"thumbnail_url\";s:78:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/base-1-800x228.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-03.json\";s:4:\"name\";s:7:\"Home 03\";}}s:8:\"filesize\";i:12644;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:539;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:114;a:8:{s:8:\"filename\";s:39:\"slide_home04-JRE3YVL-e1695195641529.jpg\";s:13:\"thumbnail_url\";s:107:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/slide_home04-JRE3YVL-e1695195641529-800x312.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:171190;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-JRE3YVL\";}i:115;a:8:{s:8:\"filename\";s:11:\"hands-3.png\";s:13:\"thumbnail_url\";s:71:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/hands-3.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:52604;s:10:\"dimensions\";a:2:{i:0;i:643;i:1;i:738;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:116;a:8:{s:8:\"filename\";s:24:\"slide_home04-FJ23EGP.jpg\";s:13:\"thumbnail_url\";s:92:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/slide_home04-FJ23EGP-800x312.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:133499;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FJ23EGP\";}i:117;a:8:{s:8:\"filename\";s:24:\"about_home04-7UW5R44.jpg\";s:13:\"thumbnail_url\";s:84:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home04-7UW5R44.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:148551;s:10:\"dimensions\";a:2:{i:0;i:562;i:1;i:708;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7UW5R44\";}i:118;a:8:{s:8:\"filename\";s:24:\"about_home04-QXJWJHW.jpg\";s:13:\"thumbnail_url\";s:84:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home04-QXJWJHW.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:65002;s:10:\"dimensions\";a:2:{i:0;i:453;i:1;i:473;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-QXJWJHW\";}i:119;a:8:{s:8:\"filename\";s:7:\"box.png\";s:13:\"thumbnail_url\";s:67:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/box.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:108;s:10:\"dimensions\";a:2:{i:0;i:31;i:1;i:34;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:120;a:8:{s:8:\"filename\";s:24:\"about_home04-L9G6XX3.jpg\";s:13:\"thumbnail_url\";s:92:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home04-L9G6XX3-800x531.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:93293;s:10:\"dimensions\";a:2:{i:0;i:840;i:1;i:558;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-L9G6XX3\";}i:121;a:8:{s:8:\"filename\";s:8:\"bg-5.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg-5.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:27822;s:10:\"dimensions\";a:2:{i:0;i:442;i:1;i:250;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:24:\"https://www.freepik.com/\";}i:122;a:8:{s:8:\"filename\";s:20:\"home04-P2LNK85-1.jpg\";s:13:\"thumbnail_url\";s:80:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/home04-P2LNK85-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:136053;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:192;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P2LNK85\";}i:123;a:8:{s:8:\"filename\";s:27:\"Featured_home04-U5XN6C6.jpg\";s:13:\"thumbnail_url\";s:87:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Featured_home04-U5XN6C6.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:131761;s:10:\"dimensions\";a:2:{i:0;i:663;i:1;i:523;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-U5XN6C6\";}i:124;a:8:{s:8:\"filename\";s:24:\"event_home04-7DYG9G5.jpg\";s:13:\"thumbnail_url\";s:84:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/event_home04-7DYG9G5.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:137646;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:645;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7DYG9G5\";}i:125;a:8:{s:8:\"filename\";s:11:\"2917887.png\";s:13:\"thumbnail_url\";s:71:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/2917887.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:2498;s:10:\"dimensions\";a:2:{i:0;i:58;i:1;i:63;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:126;a:8:{s:8:\"filename\";s:8:\"bg-6.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg-6.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:35487;s:10:\"dimensions\";a:2:{i:0;i:533;i:1;i:256;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:127;a:8:{s:8:\"filename\";s:24:\"about_home04-4HGF3US.jpg\";s:13:\"thumbnail_url\";s:84:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home04-4HGF3US.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:141316;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:1034;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-4HGF3US\";}i:128;a:8:{s:8:\"filename\";s:24:\"about_home04-JRE3YVL.jpg\";s:13:\"thumbnail_url\";s:84:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about_home04-JRE3YVL.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:179646;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:1034;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-JRE3YVL\";}i:129;a:8:{s:8:\"filename\";s:8:\"01-6.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/01-6.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:2339;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:130;a:8:{s:8:\"filename\";s:8:\"02-6.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/02-6.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:1777;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:131;a:8:{s:8:\"filename\";s:8:\"03-5.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/03-5.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:1237;s:10:\"dimensions\";a:2:{i:0;i:84;i:1;i:60;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:132;a:8:{s:8:\"filename\";s:9:\"hands.jpg\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/hands-800x292.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/home-04.json\";s:4:\"name\";s:7:\"Home 04\";}}s:8:\"filesize\";i:51344;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:692;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:133;a:8:{s:8:\"filename\";s:44:\"banner_innerpages-6JDLQDG-e1695199403114.jpg\";s:13:\"thumbnail_url\";s:112:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/banner_innerpages-6JDLQDG-e1695199403114-800x160.jpg\";s:9:\"templates\";a:9:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}i:1;a:2:{s:6:\"source\";s:25:\"templates/volunteers.json\";s:4:\"name\";s:10:\"Volunteers\";}i:2;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}i:3;a:2:{s:6:\"source\";s:21:\"templates/donate.json\";s:4:\"name\";s:6:\"Donate\";}i:4;a:2:{s:6:\"source\";s:21:\"templates/causes.json\";s:4:\"name\";s:6:\"Causes\";}i:5;a:2:{s:6:\"source\";s:21:\"templates/events.json\";s:4:\"name\";s:6:\"Events\";}i:6;a:2:{s:6:\"source\";s:28:\"templates/event-details.json\";s:4:\"name\";s:13:\"Event Details\";}i:7;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:8;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:157921;s:10:\"dimensions\";a:2:{i:0;i:1894;i:1;i:378;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-6JDLQDG\";}i:134;a:8:{s:8:\"filename\";s:8:\"bg-7.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/bg-7.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:49778;s:10:\"dimensions\";a:2:{i:0;i:694;i:1;i:333;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:135;a:8:{s:8:\"filename\";s:17:\"about-JWKE6YQ.jpg\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about-JWKE6YQ.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:85205;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:580;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-JWKE6YQ\";}i:136;a:8:{s:8:\"filename\";s:10:\"base-5.png\";s:13:\"thumbnail_url\";s:70:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/base-5.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:2463;s:10:\"dimensions\";a:2:{i:0;i:510;i:1;i:520;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:137;a:8:{s:8:\"filename\";s:8:\"01-7.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/01-7.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:1751;s:10:\"dimensions\";a:2:{i:0;i:57;i:1;i:56;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:138;a:8:{s:8:\"filename\";s:8:\"02-7.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/02-7.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:2021;s:10:\"dimensions\";a:2:{i:0;i:62;i:1;i:62;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:139;a:8:{s:8:\"filename\";s:8:\"03-6.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/03-6.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:1348;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:140;a:8:{s:8:\"filename\";s:8:\"04-4.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/04-4.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:2413;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:62;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:141;a:8:{s:8:\"filename\";s:17:\"about-44JWQFR.jpg\";s:13:\"thumbnail_url\";s:85:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/about-44JWQFR-800x547.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:20:\"templates/about.json\";s:4:\"name\";s:5:\"About\";}}s:8:\"filesize\";i:168393;s:10:\"dimensions\";a:2:{i:0;i:862;i:1;i:589;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-44JWQFR\";}i:142;a:8:{s:8:\"filename\";s:12:\"image-34.jpg\";s:13:\"thumbnail_url\";s:72:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image-34.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:124519;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:398;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:24:\"https://www.freepik.com/\";}i:143;a:8:{s:8:\"filename\";s:13:\"image2-17.jpg\";s:13:\"thumbnail_url\";s:73:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image2-17.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:83711;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:398;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:39:\"https://unsplash.com/photos/qvzjG2pF4bE\";}i:144;a:8:{s:8:\"filename\";s:9:\"phone.png\";s:13:\"thumbnail_url\";s:69:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/phone.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:33:\"templates/become-a-volunteer.json\";s:4:\"name\";s:18:\"Become a Volunteer\";}}s:8:\"filesize\";i:1197;s:10:\"dimensions\";a:2:{i:0;i:51;i:1;i:51;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:145;a:8:{s:8:\"filename\";s:18:\"Causes-44JWQFR.jpg\";s:13:\"thumbnail_url\";s:78:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Causes-44JWQFR.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/causes.json\";s:4:\"name\";s:6:\"Causes\";}}s:8:\"filesize\";i:124555;s:10:\"dimensions\";a:2:{i:0;i:444;i:1;i:297;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-44JWQFR\";}i:146;a:8:{s:8:\"filename\";s:18:\"Causes-L9G6XX3.jpg\";s:13:\"thumbnail_url\";s:78:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Causes-L9G6XX3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/causes.json\";s:4:\"name\";s:6:\"Causes\";}}s:8:\"filesize\";i:101836;s:10:\"dimensions\";a:2:{i:0;i:444;i:1;i:297;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-L9G6XX3\";}i:147;a:8:{s:8:\"filename\";s:18:\"Causes-U5XN6C6.jpg\";s:13:\"thumbnail_url\";s:78:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Causes-U5XN6C6.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/causes.json\";s:4:\"name\";s:6:\"Causes\";}}s:8:\"filesize\";i:72789;s:10:\"dimensions\";a:2:{i:0;i:444;i:1;i:297;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-U5XN6C6\";}i:148;a:8:{s:8:\"filename\";s:17:\"Event-KMC5YTY.jpg\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Event-KMC5YTY.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/events.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:202697;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-KMC5YTY\";}i:149;a:8:{s:8:\"filename\";s:17:\"Event-KU377CC.jpg\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Event-KU377CC.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/events.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:370455;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-KU377CC\";}i:150;a:8:{s:8:\"filename\";s:17:\"Event-M56GXL3.jpg\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Event-M56GXL3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/events.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:387820;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-M56GXL3\";}i:151;a:8:{s:8:\"filename\";s:17:\"Event-PQZRHT3.jpg\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Event-PQZRHT3.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/events.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:328675;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PQZRHT3\";}i:152;a:8:{s:8:\"filename\";s:17:\"Event-PTDB5KM.jpg\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Event-PTDB5KM.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/events.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:281994;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PTDB5KM\";}i:153;a:8:{s:8:\"filename\";s:17:\"Event-QSG4LSJ.jpg\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Event-QSG4LSJ.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/events.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:262337;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-QSG4LSJ\";}i:154;a:8:{s:8:\"filename\";s:17:\"Event-UGYHXEN.jpg\";s:13:\"thumbnail_url\";s:77:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/Event-UGYHXEN.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:21:\"templates/events.json\";s:4:\"name\";s:6:\"Events\";}}s:8:\"filesize\";i:265187;s:10:\"dimensions\";a:2:{i:0;i:540;i:1;i:738;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-UGYHXEN\";}i:155;a:8:{s:8:\"filename\";s:12:\"image-37.jpg\";s:13:\"thumbnail_url\";s:72:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image-37.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:28:\"templates/event-details.json\";s:4:\"name\";s:13:\"Event Details\";}}s:8:\"filesize\";i:165462;s:10:\"dimensions\";a:2:{i:0;i:740;i:1;i:518;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:90:\"https://www.freepik.com/free-photo/begging-bridge-with-person-who-handed-bread_8351902.htm\";}i:156;a:8:{s:8:\"filename\";s:13:\"image2-20.jpg\";s:13:\"thumbnail_url\";s:73:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/image2-20.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:28:\"templates/event-details.json\";s:4:\"name\";s:13:\"Event Details\";}}s:8:\"filesize\";i:215281;s:10:\"dimensions\";a:2:{i:0;i:740;i:1;i:518;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:137:\"https://www.freepik.com/premium-photo/asian-man-is-homeless-side-roada-stranger-has-live-road-alone-because-he-has-no-family_32701249.htm\";}i:157;a:8:{s:8:\"filename\";s:8:\"01-8.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/01-8.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:1371;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:158;a:8:{s:8:\"filename\";s:8:\"02-8.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/02-8.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:1404;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}i:159;a:8:{s:8:\"filename\";s:8:\"03-7.png\";s:13:\"thumbnail_url\";s:68:\"https://themesflat.com/wishonkit/wp-content/uploads/2023/08/03-7.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/contact.json\";s:4:\"name\";s:7:\"Contact\";}}s:8:\"filesize\";i:1304;s:10:\"dimensions\";a:2:{i:0;i:64;i:1;i:64;}s:12:\"image_source\";s:3:\"cc0\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:25:\"https://www.flaticon.com/\";}}}'),(15,12,'envato_tk_folder_name','193df7bb920b38dd7af859680b3862dd'),(16,12,'envato_tk_builder','elementor'),(17,12,'envato_tk_source_zip_url','https://jan-mccray.designsfunnelserver.com/wp-content/uploads/template-kits/193df7bb920b38dd7af859680b3862dd/source-12.zip'),(20,17,'_elementor_edit_mode','builder'),(21,17,'_elementor_template_type','kit'),(22,17,'_elementor_version','3.21.8'),(23,18,'_elementor_edit_mode','builder'),(24,18,'_elementor_template_type','section'),(25,18,'_elementor_version','3.21.8'),(26,17,'_wp_page_template','default'),(27,17,'_elementor_page_settings','a:20:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#313131\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#F3B42C\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#6F6F6F\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#E33C34\";}}s:13:\"custom_colors\";a:13:{i:0;a:3:{s:3:\"_id\";s:7:\"4921f04\";s:5:\"title\";s:8:\"Custom 1\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"6ae8093\";s:5:\"title\";s:8:\"Custom 2\";s:5:\"color\";s:7:\"#F2F2F2\";}i:2;a:3:{s:3:\"_id\";s:7:\"fa2231b\";s:5:\"title\";s:8:\"Custom 3\";s:5:\"color\";s:7:\"#E0E0E0\";}i:3;a:3:{s:3:\"_id\";s:7:\"29fd537\";s:5:\"title\";s:8:\"Custom 4\";s:5:\"color\";s:9:\"#FFFFFF33\";}i:4;a:3:{s:3:\"_id\";s:7:\"b32952c\";s:5:\"title\";s:8:\"Custom 5\";s:5:\"color\";s:7:\"#36A1B0\";}i:5;a:3:{s:3:\"_id\";s:7:\"4220a1b\";s:5:\"title\";s:8:\"Custom 6\";s:5:\"color\";s:7:\"#4A78E0\";}i:6;a:3:{s:3:\"_id\";s:7:\"c1b1526\";s:5:\"title\";s:8:\"Custom 7\";s:5:\"color\";s:7:\"#898989\";}i:7;a:3:{s:3:\"_id\";s:7:\"d4ea26a\";s:5:\"title\";s:8:\"Custom 8\";s:5:\"color\";s:7:\"#232323\";}i:8;a:3:{s:3:\"_id\";s:7:\"35a3224\";s:5:\"title\";s:8:\"Custom 9\";s:5:\"color\";s:7:\"#AD3832\";}i:9;a:3:{s:3:\"_id\";s:7:\"3a0cb3e\";s:5:\"title\";s:9:\"Custom 10\";s:5:\"color\";s:7:\"#313131\";}i:10;a:3:{s:3:\"_id\";s:7:\"b6fe7b7\";s:5:\"title\";s:9:\"Custom 11\";s:5:\"color\";s:9:\"#313131D1\";}i:11;a:3:{s:3:\"_id\";s:7:\"e538d76\";s:5:\"title\";s:9:\"Custom 12\";s:5:\"color\";s:7:\"#E2E2E2\";}i:12;a:3:{s:3:\"_id\";s:7:\"07ca701\";s:5:\"title\";s:9:\"Custom 13\";s:5:\"color\";s:7:\"#C1C1C1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:1;a:9:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6666000000000000813571432445314712822437286376953125;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:2;a:11:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:26:\"typography_text_decoration\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}}i:3;a:9:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:24:{i:0;a:10:{s:3:\"_id\";s:7:\"ccada0e\";s:5:\"title\";s:18:\"Title Large Slider\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:80;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:7:\"f1c43b4\";s:5:\"title\";s:11:\"Text Large \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.470499999999999918287585387588478624820709228515625;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:3:\"_id\";s:7:\"5a8832c\";s:5:\"title\";s:17:\"Text Testimonials\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:7:\"28b824c\";s:5:\"title\";s:18:\"Subtitle Slider 01\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:4;a:8:{s:3:\"_id\";s:7:\"8514f92\";s:5:\"title\";s:18:\"Subtitle Slider 02\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:3:\"_id\";s:7:\"a421216\";s:5:\"title\";s:15:\"Title Progetbar\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6666000000000000813571432445314712822437286376953125;s:5:\"sizes\";a:0:{}}}i:6;a:9:{s:3:\"_id\";s:7:\"48081b8\";s:5:\"title\";s:4:\"Menu\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6666000000000000813571432445314712822437286376953125;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:7;a:8:{s:3:\"_id\";s:7:\"d46b674\";s:5:\"title\";s:11:\"List Donate\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:8;a:9:{s:3:\"_id\";s:7:\"2901573\";s:5:\"title\";s:8:\"Subtitle\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:9;a:8:{s:3:\"_id\";s:7:\"9248f2e\";s:5:\"title\";s:9:\"Text Form\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:10;a:9:{s:3:\"_id\";s:7:\"9d860fc\";s:5:\"title\";s:6:\"Button\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}}i:11;a:8:{s:3:\"_id\";s:7:\"b007c5f\";s:5:\"title\";s:10:\"Text Small\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:12;a:9:{s:3:\"_id\";s:7:\"01865a4\";s:5:\"title\";s:18:\"Title Small Donate\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}}i:13;a:9:{s:3:\"_id\";s:7:\"a6f048f\";s:5:\"title\";s:13:\"Counter Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:14;a:9:{s:3:\"_id\";s:7:\"51898aa\";s:5:\"title\";s:11:\"Title Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:15;a:9:{s:3:\"_id\";s:7:\"bcbd2b8\";s:5:\"title\";s:9:\"Title CTA\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:16;a:9:{s:3:\"_id\";s:7:\"e7a728e\";s:5:\"title\";s:19:\"Title Large Donate \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:17;a:10:{s:3:\"_id\";s:7:\"5ac3562\";s:5:\"title\";s:19:\"Title Oblique Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:7:\"oblique\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:18;a:10:{s:3:\"_id\";s:7:\"5ed0691\";s:5:\"title\";s:21:\"Title Obilique Medium\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:7:\"oblique\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3635999999999999232613845379091799259185791015625;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:19;a:9:{s:3:\"_id\";s:7:\"4c81d46\";s:5:\"title\";s:10:\"Title Post\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3635999999999999232613845379091799259185791015625;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:20;a:9:{s:3:\"_id\";s:7:\"7c5c1fb\";s:5:\"title\";s:12:\"Title Medium\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:21;a:9:{s:3:\"_id\";s:7:\"da4524b\";s:5:\"title\";s:18:\"Subtitle Slider 03\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:22;a:8:{s:3:\"_id\";s:7:\"bf62c30\";s:5:\"title\";s:11:\"Title Small\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:23;a:9:{s:3:\"_id\";s:7:\"5f0026d\";s:5:\"title\";s:14:\"Subtitle Event\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:18:\"active_breakpoints\";a:5:{i:0;s:15:\"viewport_mobile\";i:1;s:21:\"viewport_mobile_extra\";i:2;s:15:\"viewport_tablet\";i:3;s:21:\"viewport_tablet_extra\";i:4;s:15:\"viewport_laptop\";}s:21:\"viewport_tablet_extra\";i:1180;s:15:\"viewport_laptop\";i:1440;s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:17:{s:28:\"button_typography_typography\";s:28:\"globals/typography?id=accent\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:17:\"button_text_color\";s:25:\"globals/colors?id=4921f04\";s:29:\"button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=4921f04\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=ccada0e\";s:8:\"h1_color\";s:25:\"globals/colors?id=4921f04\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=2901573\";s:8:\"h2_color\";s:22:\"globals/colors?id=text\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=51898aa\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=7c5c1fb\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=9248f2e\";s:8:\"h5_color\";s:22:\"globals/colors?id=text\";}s:19:\"image_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:21:\"button_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1200;s:5:\"sizes\";a:0:{}}s:21:\"space_between_widgets\";a:6:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}s:6:\"column\";s:0:\"\";s:3:\"row\";s:0:\"\";s:8:\"isLinked\";b:1;}}'),(28,17,'_elementor_data','[]'),(29,19,'_elementor_edit_mode','builder'),(30,19,'_elementor_template_type','section'),(31,19,'_elementor_version','3.21.8'),(32,19,'_wp_page_template','default'),(33,19,'_elementor_page_settings','a:20:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#313131\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#F3B42C\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#6F6F6F\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#E33C34\";}}s:13:\"custom_colors\";a:13:{i:0;a:3:{s:3:\"_id\";s:7:\"4921f04\";s:5:\"title\";s:8:\"Custom 1\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"6ae8093\";s:5:\"title\";s:8:\"Custom 2\";s:5:\"color\";s:7:\"#F2F2F2\";}i:2;a:3:{s:3:\"_id\";s:7:\"fa2231b\";s:5:\"title\";s:8:\"Custom 3\";s:5:\"color\";s:7:\"#E0E0E0\";}i:3;a:3:{s:3:\"_id\";s:7:\"29fd537\";s:5:\"title\";s:8:\"Custom 4\";s:5:\"color\";s:9:\"#FFFFFF33\";}i:4;a:3:{s:3:\"_id\";s:7:\"b32952c\";s:5:\"title\";s:8:\"Custom 5\";s:5:\"color\";s:7:\"#36A1B0\";}i:5;a:3:{s:3:\"_id\";s:7:\"4220a1b\";s:5:\"title\";s:8:\"Custom 6\";s:5:\"color\";s:7:\"#4A78E0\";}i:6;a:3:{s:3:\"_id\";s:7:\"c1b1526\";s:5:\"title\";s:8:\"Custom 7\";s:5:\"color\";s:7:\"#898989\";}i:7;a:3:{s:3:\"_id\";s:7:\"d4ea26a\";s:5:\"title\";s:8:\"Custom 8\";s:5:\"color\";s:7:\"#232323\";}i:8;a:3:{s:3:\"_id\";s:7:\"35a3224\";s:5:\"title\";s:8:\"Custom 9\";s:5:\"color\";s:7:\"#AD3832\";}i:9;a:3:{s:3:\"_id\";s:7:\"3a0cb3e\";s:5:\"title\";s:9:\"Custom 10\";s:5:\"color\";s:7:\"#313131\";}i:10;a:3:{s:3:\"_id\";s:7:\"b6fe7b7\";s:5:\"title\";s:9:\"Custom 11\";s:5:\"color\";s:9:\"#313131D1\";}i:11;a:3:{s:3:\"_id\";s:7:\"e538d76\";s:5:\"title\";s:9:\"Custom 12\";s:5:\"color\";s:7:\"#E2E2E2\";}i:12;a:3:{s:3:\"_id\";s:7:\"07ca701\";s:5:\"title\";s:9:\"Custom 13\";s:5:\"color\";s:7:\"#C1C1C1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:1;a:9:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6666000000000000813571432445314712822437286376953125;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:2;a:11:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:26:\"typography_text_decoration\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}}i:3;a:9:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:24:{i:0;a:10:{s:3:\"_id\";s:7:\"ccada0e\";s:5:\"title\";s:18:\"Title Large Slider\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:80;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:7:\"f1c43b4\";s:5:\"title\";s:11:\"Text Large \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.470499999999999918287585387588478624820709228515625;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:3:\"_id\";s:7:\"5a8832c\";s:5:\"title\";s:17:\"Text Testimonials\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:7:\"28b824c\";s:5:\"title\";s:18:\"Subtitle Slider 01\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:4;a:8:{s:3:\"_id\";s:7:\"8514f92\";s:5:\"title\";s:18:\"Subtitle Slider 02\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:3:\"_id\";s:7:\"a421216\";s:5:\"title\";s:15:\"Title Progetbar\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6666000000000000813571432445314712822437286376953125;s:5:\"sizes\";a:0:{}}}i:6;a:9:{s:3:\"_id\";s:7:\"48081b8\";s:5:\"title\";s:4:\"Menu\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6666000000000000813571432445314712822437286376953125;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:7;a:8:{s:3:\"_id\";s:7:\"d46b674\";s:5:\"title\";s:11:\"List Donate\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:8;a:9:{s:3:\"_id\";s:7:\"2901573\";s:5:\"title\";s:8:\"Subtitle\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:9;a:8:{s:3:\"_id\";s:7:\"9248f2e\";s:5:\"title\";s:9:\"Text Form\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:10;a:9:{s:3:\"_id\";s:7:\"9d860fc\";s:5:\"title\";s:6:\"Button\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}}i:11;a:8:{s:3:\"_id\";s:7:\"b007c5f\";s:5:\"title\";s:10:\"Text Small\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:12;a:9:{s:3:\"_id\";s:7:\"01865a4\";s:5:\"title\";s:18:\"Title Small Donate\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}}i:13;a:9:{s:3:\"_id\";s:7:\"a6f048f\";s:5:\"title\";s:13:\"Counter Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:14;a:9:{s:3:\"_id\";s:7:\"51898aa\";s:5:\"title\";s:11:\"Title Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:15;a:9:{s:3:\"_id\";s:7:\"bcbd2b8\";s:5:\"title\";s:9:\"Title CTA\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:16;a:9:{s:3:\"_id\";s:7:\"e7a728e\";s:5:\"title\";s:19:\"Title Large Donate \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:17;a:10:{s:3:\"_id\";s:7:\"5ac3562\";s:5:\"title\";s:19:\"Title Oblique Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:7:\"oblique\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:18;a:10:{s:3:\"_id\";s:7:\"5ed0691\";s:5:\"title\";s:21:\"Title Obilique Medium\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:7:\"oblique\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3635999999999999232613845379091799259185791015625;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:19;a:9:{s:3:\"_id\";s:7:\"4c81d46\";s:5:\"title\";s:10:\"Title Post\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3635999999999999232613845379091799259185791015625;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:20;a:9:{s:3:\"_id\";s:7:\"7c5c1fb\";s:5:\"title\";s:12:\"Title Medium\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:21;a:9:{s:3:\"_id\";s:7:\"da4524b\";s:5:\"title\";s:18:\"Subtitle Slider 03\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:22;a:8:{s:3:\"_id\";s:7:\"bf62c30\";s:5:\"title\";s:11:\"Title Small\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:23;a:9:{s:3:\"_id\";s:7:\"5f0026d\";s:5:\"title\";s:14:\"Subtitle Event\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:18:\"active_breakpoints\";a:5:{i:0;s:15:\"viewport_mobile\";i:1;s:21:\"viewport_mobile_extra\";i:2;s:15:\"viewport_tablet\";i:3;s:21:\"viewport_tablet_extra\";i:4;s:15:\"viewport_laptop\";}s:21:\"viewport_tablet_extra\";i:1180;s:15:\"viewport_laptop\";i:1440;s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:17:{s:28:\"button_typography_typography\";s:28:\"globals/typography?id=accent\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:17:\"button_text_color\";s:25:\"globals/colors?id=4921f04\";s:29:\"button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=4921f04\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=ccada0e\";s:8:\"h1_color\";s:25:\"globals/colors?id=4921f04\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=2901573\";s:8:\"h2_color\";s:22:\"globals/colors?id=text\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=51898aa\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=7c5c1fb\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=9248f2e\";s:8:\"h5_color\";s:22:\"globals/colors?id=text\";}s:19:\"image_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:21:\"button_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1200;s:5:\"sizes\";a:0:{}}s:21:\"space_between_widgets\";a:6:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}s:6:\"column\";s:0:\"\";s:3:\"row\";s:0:\"\";s:8:\"isLinked\";b:1;}}'),(34,19,'_elementor_data','[]'),(35,17,'_elementor_page_assets','a:0:{}'),(36,17,'envato_tk_source_kit','12'),(37,17,'envato_tk_source_index','0'),(38,20,'_elementor_edit_mode','builder'),(39,20,'_elementor_template_type','kit'),(40,20,'_elementor_version','3.21.8'),(41,20,'_wp_page_template','default'),(42,20,'_elementor_page_settings','a:20:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#313131\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#F3B42C\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#6F6F6F\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#E33C34\";}}s:13:\"custom_colors\";a:13:{i:0;a:3:{s:3:\"_id\";s:7:\"4921f04\";s:5:\"title\";s:8:\"Custom 1\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"6ae8093\";s:5:\"title\";s:8:\"Custom 2\";s:5:\"color\";s:7:\"#F2F2F2\";}i:2;a:3:{s:3:\"_id\";s:7:\"fa2231b\";s:5:\"title\";s:8:\"Custom 3\";s:5:\"color\";s:7:\"#E0E0E0\";}i:3;a:3:{s:3:\"_id\";s:7:\"29fd537\";s:5:\"title\";s:8:\"Custom 4\";s:5:\"color\";s:9:\"#FFFFFF33\";}i:4;a:3:{s:3:\"_id\";s:7:\"b32952c\";s:5:\"title\";s:8:\"Custom 5\";s:5:\"color\";s:7:\"#36A1B0\";}i:5;a:3:{s:3:\"_id\";s:7:\"4220a1b\";s:5:\"title\";s:8:\"Custom 6\";s:5:\"color\";s:7:\"#4A78E0\";}i:6;a:3:{s:3:\"_id\";s:7:\"c1b1526\";s:5:\"title\";s:8:\"Custom 7\";s:5:\"color\";s:7:\"#898989\";}i:7;a:3:{s:3:\"_id\";s:7:\"d4ea26a\";s:5:\"title\";s:8:\"Custom 8\";s:5:\"color\";s:7:\"#232323\";}i:8;a:3:{s:3:\"_id\";s:7:\"35a3224\";s:5:\"title\";s:8:\"Custom 9\";s:5:\"color\";s:7:\"#AD3832\";}i:9;a:3:{s:3:\"_id\";s:7:\"3a0cb3e\";s:5:\"title\";s:9:\"Custom 10\";s:5:\"color\";s:7:\"#313131\";}i:10;a:3:{s:3:\"_id\";s:7:\"b6fe7b7\";s:5:\"title\";s:9:\"Custom 11\";s:5:\"color\";s:9:\"#313131D1\";}i:11;a:3:{s:3:\"_id\";s:7:\"e538d76\";s:5:\"title\";s:9:\"Custom 12\";s:5:\"color\";s:7:\"#E2E2E2\";}i:12;a:3:{s:3:\"_id\";s:7:\"07ca701\";s:5:\"title\";s:9:\"Custom 13\";s:5:\"color\";s:7:\"#C1C1C1\";}}s:17:\"system_typography\";a:4:{i:0;a:9:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:1;a:9:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6666000000000000813571432445314712822437286376953125;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:2;a:11:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:6:\"normal\";s:26:\"typography_text_decoration\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.875;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:0;s:5:\"sizes\";a:0:{}}}i:3;a:9:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:22:\"typography_font_weight\";s:3:\"700\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:24:{i:0;a:10:{s:3:\"_id\";s:7:\"ccada0e\";s:5:\"title\";s:18:\"Title Large Slider\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:100;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:80;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:7:\"f1c43b4\";s:5:\"title\";s:11:\"Text Large \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:34;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.470499999999999918287585387588478624820709228515625;s:5:\"sizes\";a:0:{}}}i:2;a:8:{s:3:\"_id\";s:7:\"5a8832c\";s:5:\"title\";s:17:\"Text Testimonials\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:7:\"28b824c\";s:5:\"title\";s:18:\"Subtitle Slider 01\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:4;a:8:{s:3:\"_id\";s:7:\"8514f92\";s:5:\"title\";s:18:\"Subtitle Slider 02\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}}i:5;a:8:{s:3:\"_id\";s:7:\"a421216\";s:5:\"title\";s:15:\"Title Progetbar\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6666000000000000813571432445314712822437286376953125;s:5:\"sizes\";a:0:{}}}i:6;a:9:{s:3:\"_id\";s:7:\"48081b8\";s:5:\"title\";s:4:\"Menu\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:18;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.6666000000000000813571432445314712822437286376953125;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:7;a:8:{s:3:\"_id\";s:7:\"d46b674\";s:5:\"title\";s:11:\"List Donate\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:8;a:9:{s:3:\"_id\";s:7:\"2901573\";s:5:\"title\";s:8:\"Subtitle\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:9;a:8:{s:3:\"_id\";s:7:\"9248f2e\";s:5:\"title\";s:9:\"Text Form\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:10;a:9:{s:3:\"_id\";s:7:\"9d860fc\";s:5:\"title\";s:6:\"Button\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}}i:11;a:8:{s:3:\"_id\";s:7:\"b007c5f\";s:5:\"title\";s:10:\"Text Small\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:12;a:9:{s:3:\"_id\";s:7:\"01865a4\";s:5:\"title\";s:18:\"Title Small Donate\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"DM Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:25:\"typography_text_transform\";s:9:\"uppercase\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.1000000000000000055511151231257827021181583404541015625;s:5:\"sizes\";a:0:{}}}i:13;a:9:{s:3:\"_id\";s:7:\"a6f048f\";s:5:\"title\";s:13:\"Counter Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:60;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:14;a:9:{s:3:\"_id\";s:7:\"51898aa\";s:5:\"title\";s:11:\"Title Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:50;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:15;a:9:{s:3:\"_id\";s:7:\"bcbd2b8\";s:5:\"title\";s:9:\"Title CTA\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:40;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:16;a:9:{s:3:\"_id\";s:7:\"e7a728e\";s:5:\"title\";s:19:\"Title Large Donate \";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:30;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:17;a:10:{s:3:\"_id\";s:7:\"5ac3562\";s:5:\"title\";s:19:\"Title Oblique Large\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:24;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:7:\"oblique\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.25;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:18;a:10:{s:3:\"_id\";s:7:\"5ed0691\";s:5:\"title\";s:21:\"Title Obilique Medium\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:21:\"typography_font_style\";s:7:\"oblique\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3635999999999999232613845379091799259185791015625;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:19;a:9:{s:3:\"_id\";s:7:\"4c81d46\";s:5:\"title\";s:10:\"Title Post\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:22;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3635999999999999232613845379091799259185791015625;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:20;a:9:{s:3:\"_id\";s:7:\"7c5c1fb\";s:5:\"title\";s:12:\"Title Medium\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:21;a:9:{s:3:\"_id\";s:7:\"da4524b\";s:5:\"title\";s:18:\"Subtitle Slider 03\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:20;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}i:22;a:8:{s:3:\"_id\";s:7:\"bf62c30\";s:5:\"title\";s:11:\"Title Small\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"700\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}}i:23;a:9:{s:3:\"_id\";s:7:\"5f0026d\";s:5:\"title\";s:14:\"Subtitle Event\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:12:\"Merriweather\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:12;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:25:\"typography_text_transform\";s:4:\"none\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"typography_letter_spacing\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:-0.040000000000000000832667268468867405317723751068115234375;s:5:\"sizes\";a:0:{}}}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:18:\"active_breakpoints\";a:5:{i:0;s:15:\"viewport_mobile\";i:1;s:21:\"viewport_mobile_extra\";i:2;s:15:\"viewport_tablet\";i:3;s:21:\"viewport_tablet_extra\";i:4;s:15:\"viewport_laptop\";}s:21:\"viewport_tablet_extra\";i:1180;s:15:\"viewport_laptop\";i:1440;s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"50\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"50\";s:8:\"isLinked\";b:0;}s:11:\"__globals__\";a:17:{s:28:\"button_typography_typography\";s:28:\"globals/typography?id=accent\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:17:\"button_text_color\";s:25:\"globals/colors?id=4921f04\";s:29:\"button_hover_background_color\";s:24:\"globals/colors?id=accent\";s:23:\"button_hover_text_color\";s:25:\"globals/colors?id=4921f04\";s:24:\"h1_typography_typography\";s:29:\"globals/typography?id=ccada0e\";s:8:\"h1_color\";s:25:\"globals/colors?id=4921f04\";s:24:\"h2_typography_typography\";s:29:\"globals/typography?id=2901573\";s:8:\"h2_color\";s:22:\"globals/colors?id=text\";s:24:\"h3_typography_typography\";s:29:\"globals/typography?id=51898aa\";s:8:\"h3_color\";s:25:\"globals/colors?id=primary\";s:24:\"h4_typography_typography\";s:29:\"globals/typography?id=7c5c1fb\";s:8:\"h4_color\";s:25:\"globals/colors?id=primary\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:24:\"h5_typography_typography\";s:29:\"globals/typography?id=9248f2e\";s:8:\"h5_color\";s:22:\"globals/colors?id=text\";}s:19:\"image_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:1;}s:21:\"button_padding_mobile\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1200;s:5:\"sizes\";a:0:{}}s:21:\"space_between_widgets\";a:6:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}s:6:\"column\";s:0:\"\";s:3:\"row\";s:0:\"\";s:8:\"isLinked\";b:1;}}'),(43,20,'_elementor_data','[]'),(44,20,'_elementor_page_assets','a:0:{}'),(45,21,'_wp_attached_file','2024/06/Logo-1.png'),(46,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:145;s:6:\"height\";i:35;s:4:\"file\";s:18:\"2024/06/Logo-1.png\";s:8:\"filesize\";i:3279;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:{}}}'),(47,21,'_elementor_source_image_hash','11f78e63f60dd6aa5a74c9c6f5836ed1d9d7d502'),(48,22,'_wp_attached_file','2024/06/Base-1.png'),(49,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1894;s:6:\"height\";i:494;s:4:\"file\";s:18:\"2024/06/Base-1.png\";s:8:\"filesize\";i:82169;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Base-1-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9465;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Base-1-1024x267.png\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46374;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Base-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:188;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Base-1-768x200.png\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32133;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"Base-1-1536x401.png\";s:5:\"width\";i:1536;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78674;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,22,'_elementor_source_image_hash','3d370c09d94087dbb41cf2a2b675b843c49536c5'),(51,23,'_wp_attached_file','2024/06/line-3.png'),(52,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:20;s:6:\"height\";i:2;s:4:\"file\";s:18:\"2024/06/line-3.png\";s:8:\"filesize\";i:81;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:{}}}'),(53,23,'_elementor_source_image_hash','850fd1e358e8118d942348159605305d606f574e'),(56,25,'_wp_attached_file','2024/06/placeholder.png'),(57,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2024/06/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(58,25,'_elementor_source_image_hash','57db65b6384a009e09e05005a9cd8846aa06d67b'),(59,26,'_elementor_edit_mode','builder'),(60,26,'_elementor_template_type','section'),(61,26,'_elementor_version','3.21.8'),(62,26,'_elementor_data','[{\"id\":\"2a8ec84c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b42a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ef2b58b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"460fd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"88c186b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"723b9a59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"62a2422f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28c99e6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"311e650b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779a272\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Recent Causes\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"New Campaign\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Site Map\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3ab51184\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49c5d2d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f569591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c2c87b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3580f689\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bd01664\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e9302a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"586664e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44bb3480\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"needhelp@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"_id\":\"1620526\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+ 1 (307) 776-0608\",\"selected_icon\":{\"value\":\"icon icon-smartphone\",\"library\":\"ekiticons\"},\"_id\":\"baf655a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"23563dca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

60 Broklyn Golden Street, New York United States of America<\\/p>\",\"text_color\":\"#898989\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=c1b1526\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4ca91666\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"22\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b3311ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"757b2668\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2023 by {{Themesflat}}\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"2103ec75\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"icon\":{\"value\":\"fas fa-chevron-up\",\"library\":\"solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tf-scroll-top\"}],\"isInner\":true},{\"id\":\"7175a9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60addb87\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(63,27,'_elementor_edit_mode','builder'),(64,27,'_elementor_template_type','section'),(65,27,'_elementor_version','3.21.8'),(66,27,'_elementor_data','[{\"id\":\"2a8ec84c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b42a1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ef2b58b\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"460fd9e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"88c186b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"723b9a59\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"62a2422f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28c99e6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"311e650b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"779a272\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Recent Causes\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"New Campaign\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Site Map\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3ab51184\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"49c5d2d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f569591\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c2c87b9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3580f689\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6bd01664\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3e9302a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"586664e1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44bb3480\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"needhelp@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"_id\":\"1620526\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+ 1 (307) 776-0608\",\"selected_icon\":{\"value\":\"icon icon-smartphone\",\"library\":\"ekiticons\"},\"_id\":\"baf655a\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"23563dca\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

60 Broklyn Golden Street, New York United States of America<\\/p>\",\"text_color\":\"#898989\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=c1b1526\",\"typography_typography\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4ca91666\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"22\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b3311ed\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"757b2668\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2023 by {{Themesflat}}\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"2103ec75\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"icon\":{\"value\":\"fas fa-chevron-up\",\"library\":\"solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tf-scroll-top\"}],\"isInner\":true},{\"id\":\"7175a9b0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60addb87\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(67,26,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(68,26,'_wp_page_template','elementor_canvas'),(69,26,'envato_tk_source_kit','12'),(70,26,'envato_tk_source_index','1'),(71,28,'_elementor_edit_mode','builder'),(72,28,'_elementor_template_type','section'),(73,28,'_elementor_version','3.21.8'),(74,28,'_elementor_data','[{\"id\":\"56e93a0f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c7bff81\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f297dea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4ff03ece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a2f4c72\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"btn_menu_mobile_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"btn_menu_close\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"665a9d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46ca7853\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"78265245\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"ekit_search_backdrop_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_search_backdrop_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_search_backdrop_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(75,29,'_elementor_edit_mode','builder'),(76,29,'_elementor_template_type','section'),(77,29,'_elementor_version','3.21.8'),(78,29,'_elementor_data','[{\"id\":\"56e93a0f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c7bff81\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6f297dea\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4ff03ece\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4a2f4c72\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"btn_menu_mobile_icon\":{\"value\":\"fas fa-bars\",\"library\":\"fa-solid\"},\"btn_menu_close\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"665a9d47\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46ca7853\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"78265245\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"ekit_search_backdrop_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_search_backdrop_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_search_backdrop_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(79,28,'_elementor_page_assets','a:0:{}'),(80,28,'_wp_page_template','elementor_canvas'),(81,28,'envato_tk_source_kit','12'),(82,28,'envato_tk_source_index','4'),(83,30,'_wp_attached_file','2024/06/image2-12.jpg'),(84,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:970;s:4:\"file\";s:21:\"2024/06/image2-12.jpg\";s:8:\"filesize\";i:330194;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image2-12-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image2-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6413;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image2-12-768x793.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:793;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(85,30,'_elementor_source_image_hash','3168e92a39731e7648840f49a19e9071ae412b2e'),(86,31,'_elementor_edit_mode','builder'),(87,31,'_elementor_template_type','section'),(88,31,'_elementor_version','3.21.8'),(89,31,'_elementor_data','[{\"id\":\"6597d998\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d02ff60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c2afd18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12.jpg\"},\"title\":\"\",\"description\":\"\",\"button_text\":\"\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_scale_hover\":{\"0\":1,\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"image_overlay_background_color\":\"#E33C34CF\",\"content_style\":\"style-2\",\"button_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"button_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":false},\"button_margin\":{\"unit\":\"em\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin_laptop\":{\"unit\":\"em\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet_extra\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_margin_mobile\":{\"unit\":\"em\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"icon_button\":{\"value\":\"icon icon-plus\",\"library\":\"ekiticons\"},\"button_icon_spacer\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_overlay_background_color\":\"\",\"button_bg_color\":\"globals\\/colors?id=4921f04\",\"button_color\":\"globals\\/colors?id=primary\",\"button_bg_color_hover\":\"globals\\/colors?id=secondary\",\"button_color_hover\":\"globals\\/colors?id=4921f04\"},\"icon_name\":{\"value\":\"\",\"library\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"image_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tfimagebox\"}],\"isInner\":false}],\"isInner\":false}]'),(90,32,'_elementor_edit_mode','builder'),(91,32,'_elementor_template_type','section'),(92,32,'_elementor_version','3.21.8'),(93,32,'_elementor_data','[{\"id\":\"6597d998\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d02ff60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c2afd18\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12.jpg\"},\"title\":\"\",\"description\":\"\",\"button_text\":\"\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_scale_hover\":{\"0\":1,\"unit\":\"px\",\"size\":1.100000000000000088817841970012523233890533447265625,\"sizes\":[]},\"image_overlay_background_color\":\"#E33C34CF\",\"content_style\":\"style-2\",\"button_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"30\",\"bottom\":\"25\",\"left\":\"30\",\"isLinked\":false},\"button_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"25\",\"bottom\":\"20\",\"left\":\"25\",\"isLinked\":false},\"button_margin\":{\"unit\":\"em\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin_laptop\":{\"unit\":\"em\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet_extra\":{\"unit\":\"em\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin_tablet\":{\"unit\":\"em\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_margin_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"button_margin_mobile\":{\"unit\":\"em\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"button_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"icon_button\":{\"value\":\"icon icon-plus\",\"library\":\"ekiticons\"},\"button_icon_spacer\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"image_overlay_background_color\":\"\",\"button_bg_color\":\"globals\\/colors?id=4921f04\",\"button_color\":\"globals\\/colors?id=primary\",\"button_bg_color_hover\":\"globals\\/colors?id=secondary\",\"button_color_hover\":\"globals\\/colors?id=4921f04\"},\"icon_name\":{\"value\":\"\",\"library\":\"\"},\"image_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"image_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"image_background_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tfimagebox\"}],\"isInner\":false}],\"isInner\":false}]'),(94,31,'_elementor_page_assets','a:0:{}'),(95,31,'_wp_page_template','elementor_canvas'),(96,31,'envato_tk_source_kit','12'),(97,31,'envato_tk_source_index','10'),(98,33,'_wp_attached_file','2024/06/image2-10.jpg'),(99,33,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1128;s:6:\"height\";i:750;s:4:\"file\";s:21:\"2024/06/image2-10.jpg\";s:8:\"filesize\";i:320426;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"image2-10-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13020;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"image2-10-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69511;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"image2-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6509;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"image2-10-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46956;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(100,33,'_elementor_source_image_hash','0bf11ee82e1f5e162a12636415f8bc2962a815bb'),(101,34,'_elementor_edit_mode','builder'),(102,34,'_elementor_template_type','section'),(103,34,'_elementor_version','3.21.8'),(104,34,'_elementor_data','[{\"id\":\"55aa5ce6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c67780b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"33\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-10.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"flex-end\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#313131\",\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":360,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":20,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_overlay_color_b\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fc9bc9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"192\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4624ed49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"283989a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:00 pm\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"830cdca\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"New York\",\"selected_icon\":{\"value\":\"fas fa-map-marker\",\"library\":\"fa-solid\"},\"_id\":\"fab51aa\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=9248f2e\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd5bc10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play for the world\\nwith us\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(105,35,'_elementor_edit_mode','builder'),(106,35,'_elementor_template_type','section'),(107,35,'_elementor_version','3.21.8'),(108,35,'_elementor_data','[{\"id\":\"55aa5ce6\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c67780b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"33\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-10.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"align\":\"flex-end\",\"background_overlay_background\":\"gradient\",\"background_overlay_color\":\"#313131\",\"background_overlay_color_b\":\"#FFFFFF00\",\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":360,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":20,\"blur\":20,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.2)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"18\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_overlay_color_b\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fc9bc9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"192\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"190\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4624ed49\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"283989a4\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"8:00 pm\",\"selected_icon\":{\"value\":\"fas fa-clock\",\"library\":\"fa-solid\"},\"_id\":\"830cdca\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"New York\",\"selected_icon\":{\"value\":\"fas fa-map-marker\",\"library\":\"fa-solid\"},\"_id\":\"fab51aa\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=9248f2e\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"bd5bc10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Play for the world\\nwith us\",\"header_size\":\"h5\",\"_margin\":{\"unit\":\"px\",\"top\":\"-8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(109,34,'_elementor_page_assets','a:0:{}'),(110,34,'_wp_page_template','elementor_canvas'),(111,34,'envato_tk_source_kit','12'),(112,34,'envato_tk_source_index','11'),(113,36,'_elementor_edit_mode','builder'),(114,36,'_elementor_template_type','section'),(115,36,'_elementor_version','3.21.8'),(116,36,'_elementor_data','[{\"id\":\"38282a53\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73ee687a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27429529\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"First Name (Listing)\",\"mf_input_placeholder\":\"Your Name\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-listing-fname\"}],\"isInner\":false},{\"id\":\"29b0da8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"447ef9ec\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email Address\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e96f9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d13fefc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"df3ff49\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Telephone\",\"mf_input_name\":\"mf-telephone\",\"mf_input_placeholder\":\"Phone\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-telephone\"}],\"isInner\":false},{\"id\":\"150c951e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"723a3e8e\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Subject\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67e46dcf\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e3f646d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ed01ea7\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Textarea\",\"mf_input_name\":\"mf-textarea\",\"mf_input_placeholder\":\"Write a Message\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"6e824b17\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Send a message\",\"mf_hidden_input\":[{\"_id\":\"188f9ec\",\"mf_hidden_input_name\":\"mf-hidden-input-name\",\"mf_hidden_input_value\":\"mf_hidden_input_value\",\"mf_hidden_input_class\":\"mf_hidden_input_class\"}],\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"50\",\"bottom\":\"25\",\"left\":\"50\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=accent\",\"mf_btn_text_color\":\"globals\\/colors?id=4921f04\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=secondary\",\"mf_btn_hover_color\":\"globals\\/colors?id=4921f04\"},\"mf_btn_text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}]'),(117,37,'_elementor_edit_mode','builder'),(118,37,'_elementor_template_type','section'),(119,37,'_elementor_version','3.21.8'),(120,37,'_elementor_data','[{\"id\":\"38282a53\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73ee687a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27429529\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"First Name (Listing)\",\"mf_input_placeholder\":\"Your Name\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-listing-fname\"}],\"isInner\":false},{\"id\":\"29b0da8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"447ef9ec\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email Address\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"38e96f9e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d13fefc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"df3ff49\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Telephone\",\"mf_input_name\":\"mf-telephone\",\"mf_input_placeholder\":\"Phone\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-telephone\"}],\"isInner\":false},{\"id\":\"150c951e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"723a3e8e\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Subject\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"67e46dcf\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e3f646d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ed01ea7\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Textarea\",\"mf_input_name\":\"mf-textarea\",\"mf_input_placeholder\":\"Write a Message\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"6e824b17\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Send a message\",\"mf_hidden_input\":[{\"_id\":\"188f9ec\",\"mf_hidden_input_name\":\"mf-hidden-input-name\",\"mf_hidden_input_value\":\"mf_hidden_input_value\",\"mf_hidden_input_class\":\"mf_hidden_input_class\"}],\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"50\",\"bottom\":\"25\",\"left\":\"50\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=accent\",\"mf_btn_text_color\":\"globals\\/colors?id=4921f04\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=secondary\",\"mf_btn_hover_color\":\"globals\\/colors?id=4921f04\"},\"mf_btn_text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}]'),(121,36,'_elementor_page_assets','a:0:{}'),(122,36,'_wp_page_template','elementor_canvas'),(123,36,'envato_tk_source_kit','12'),(124,36,'envato_tk_source_index','15'),(125,38,'_elementor_edit_mode','builder'),(126,38,'_elementor_template_type','section'),(127,38,'_elementor_version','3.21.8'),(128,38,'_elementor_data','[{\"id\":\"4af24d72\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"623b494a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dfd5690\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"First Name (Listing)\",\"mf_input_placeholder\":\"Your Name\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-listing-fname\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"465db001\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e74b3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a71ff69\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email Address\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b0c5a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58276c78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25b32dfa\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Telephone\",\"mf_input_name\":\"mf-telephone\",\"mf_input_placeholder\":\"Phone\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-telephone\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ae9550d\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e3ed3fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17f3083e\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Address\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55eaef62\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b04d0c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"149aecab\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Date\",\"mf_input_name\":\"mf-date\",\"mf_input_placeholder\":\"Date of Birth\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_disable_date_list\":[],\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_date_calender_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-date\"}],\"isInner\":false},{\"id\":\"6c2500c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69dd3df8\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Occupation\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c783663\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17857510\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a1c7ceb\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Textarea\",\"mf_input_name\":\"mf-textarea\",\"mf_input_placeholder\":\"Write a Message\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":127,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"4daa6850\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Send a message\",\"mf_btn_align\":\"left\",\"mf_hidden_input\":[{\"_id\":\"188f9ec\",\"mf_hidden_input_name\":\"mf-hidden-input-name\",\"mf_hidden_input_value\":\"mf_hidden_input_value\",\"mf_hidden_input_class\":\"mf_hidden_input_class\"}],\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"50\",\"bottom\":\"25\",\"left\":\"50\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=accent\",\"mf_btn_text_color\":\"globals\\/colors?id=4921f04\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=secondary\",\"mf_btn_hover_color\":\"globals\\/colors?id=4921f04\"},\"mf_btn_align_mobile\":\"left\",\"mf_btn_text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}]'),(129,39,'_elementor_edit_mode','builder'),(130,39,'_elementor_template_type','section'),(131,39,'_elementor_version','3.21.8'),(132,39,'_elementor_data','[{\"id\":\"4af24d72\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"623b494a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2dfd5690\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"First Name (Listing)\",\"mf_input_placeholder\":\"Your Name\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-listing-fname\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"465db001\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e74b3b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a71ff69\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email Address\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b0c5a9\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"58276c78\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"25b32dfa\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Telephone\",\"mf_input_name\":\"mf-telephone\",\"mf_input_placeholder\":\"Phone\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-telephone\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3ae9550d\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e3ed3fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17f3083e\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Address\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"55eaef62\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"b04d0c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"149aecab\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Date\",\"mf_input_name\":\"mf-date\",\"mf_input_placeholder\":\"Date of Birth\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_disable_date_list\":[],\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_date_calender_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-date\"}],\"isInner\":false},{\"id\":\"6c2500c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69dd3df8\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Occupation\",\"mf_input_required\":\"yes\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c783663\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17857510\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a1c7ceb\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Textarea\",\"mf_input_name\":\"mf-textarea\",\"mf_input_placeholder\":\"Write a Message\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_padding\":{\"unit\":\"px\",\"top\":\"23\",\"right\":\"30\",\"bottom\":\"23\",\"left\":\"30\",\"isLinked\":false},\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"none\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"mf_input_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=6ae8093\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=9248f2e\",\"mf_input_color_hover\":\"globals\\/colors?id=text\",\"mf_input_color_focus\":\"globals\\/colors?id=text\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=9248f2e\"},\"mf_input_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"mf_textarea_field_height\":{\"unit\":\"px\",\"size\":127,\"sizes\":[]},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"4daa6850\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Send a message\",\"mf_btn_align\":\"left\",\"mf_hidden_input\":[{\"_id\":\"188f9ec\",\"mf_hidden_input_name\":\"mf-hidden-input-name\",\"mf_hidden_input_value\":\"mf_hidden_input_value\",\"mf_hidden_input_class\":\"mf_hidden_input_class\"}],\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"50\",\"bottom\":\"25\",\"left\":\"50\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"__globals__\":{\"mf_btn_bg_color_color\":\"globals\\/colors?id=accent\",\"mf_btn_text_color\":\"globals\\/colors?id=4921f04\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=secondary\",\"mf_btn_hover_color\":\"globals\\/colors?id=4921f04\"},\"mf_btn_align_mobile\":\"left\",\"mf_btn_text_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}]'),(133,38,'_elementor_page_assets','a:0:{}'),(134,38,'_wp_page_template','elementor_canvas'),(135,38,'envato_tk_source_kit','12'),(136,38,'envato_tk_source_index','16'),(137,40,'_wp_attached_file','2024/06/hands-1.png'),(138,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1894;s:6:\"height\";i:886;s:4:\"file\";s:19:\"2024/06/hands-1.png\";s:8:\"filesize\";i:270179;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"hands-1-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25500;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"hands-1-1024x479.png\";s:5:\"width\";i:1024;s:6:\"height\";i:479;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125663;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"hands-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:14001;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"hands-1-768x359.png\";s:5:\"width\";i:768;s:6:\"height\";i:359;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92669;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"hands-1-1536x719.png\";s:5:\"width\";i:1536;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:222649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,40,'_elementor_source_image_hash','4f92cf64e6fba1abbd44972cf2f3d99100622833'),(140,41,'_wp_attached_file','2024/06/slide_home03-R2UHPE9-e1695184170594.jpg'),(141,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:777;s:4:\"file\";s:47:\"2024/06/slide_home03-R2UHPE9-e1695184170594.jpg\";s:8:\"filesize\";i:183423;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"slide_home03-R2UHPE9-e1695184170594-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20037;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"slide_home03-R2UHPE9-e1695184170594-1024x727.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123795;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"slide_home03-R2UHPE9-e1695184170594-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8509;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"slide_home03-R2UHPE9-e1695184170594-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81869;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(142,41,'_elementor_source_image_hash','883f460eead987d32b01e0c4dea115eee70c476f'),(143,42,'_wp_attached_file','2024/06/lines.png'),(144,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:113;s:6:\"height\";i:635;s:4:\"file\";s:17:\"2024/06/lines.png\";s:8:\"filesize\";i:6044;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"lines-53x300.png\";s:5:\"width\";i:53;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"lines-113x150.png\";s:5:\"width\";i:113;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1263;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(145,42,'_elementor_source_image_hash','7364bb86f713b6590fcd771c2e9be8b2c85afdca'),(146,43,'_wp_attached_file','2024/06/slide_home03-FJ23EGP.jpg'),(147,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1094;s:6:\"height\";i:777;s:4:\"file\";s:32:\"2024/06/slide_home03-FJ23EGP.jpg\";s:8:\"filesize\";i:105803;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"slide_home03-FJ23EGP-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19223;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"slide_home03-FJ23EGP-1024x727.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113498;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"slide_home03-FJ23EGP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8586;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"slide_home03-FJ23EGP-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(148,43,'_elementor_source_image_hash','60d99263951872010f38fa310075f3d15eea440d'),(149,44,'_wp_attached_file','2024/06/01-3.png'),(150,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:102;s:6:\"height\";i:102;s:4:\"file\";s:16:\"2024/06/01-3.png\";s:8:\"filesize\";i:4625;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:{}}}'),(151,44,'_elementor_source_image_hash','c5fad0e51b07d200db8f414c1a2e425e8e9cfeb4'),(152,45,'_wp_attached_file','2024/06/banner_innerpages-6JDLQDG-e1695199403114.jpg'),(153,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1894;s:6:\"height\";i:378;s:4:\"file\";s:52:\"2024/06/banner_innerpages-6JDLQDG-e1695199403114.jpg\";s:8:\"filesize\";i:157921;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"banner_innerpages-6JDLQDG-e1695199403114-300x60.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5378;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"banner_innerpages-6JDLQDG-e1695199403114-1024x204.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33701;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"banner_innerpages-6JDLQDG-e1695199403114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5098;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"banner_innerpages-6JDLQDG-e1695199403114-768x153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20820;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"banner_innerpages-6JDLQDG-e1695199403114-1536x307.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74184;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(154,45,'_elementor_source_image_hash','a90063acb5960fc5d25bafc7c0d662bd0a82b34a'),(155,46,'_elementor_edit_mode','builder'),(156,46,'_elementor_template_type','page'),(157,47,'_wp_attached_file','2024/06/02-3.png'),(158,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:102;s:6:\"height\";i:102;s:4:\"file\";s:16:\"2024/06/02-3.png\";s:8:\"filesize\";i:5970;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:{}}}'),(159,47,'_elementor_source_image_hash','802c2e4315b640da064aecdb2803cc0c3eb67c93'),(160,46,'_elementor_version','3.21.8'),(161,46,'_elementor_data','[{\"id\":\"182e6d8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"45\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/banner_innerpages-6JDLQDG-e1695199403114.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"15\",\"bottom\":\"143\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"1\",\"bottom\":\"5\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6609819e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c2c7326\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe3fed4\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8d2e365\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=9248f2e\",\"text_color\":\"globals\\/colors?id=4921f04\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"divider_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"aba8686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate\",\"header_size\":\"h1\",\"align_tablet\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=51898aa\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"376ceeb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2264aff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7997c8b1\",\"elType\":\"widget\",\"settings\":{\"form_id\":121,\"show_title\":\"\",\"show_content\":\"yes\",\"continue_button_title\":\"Continue to Donate\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"Give Form\"}],\"isInner\":false}],\"isInner\":false}]'),(162,48,'_elementor_edit_mode','builder'),(163,48,'_elementor_template_type','page'),(164,48,'_elementor_version','3.21.8'),(165,48,'_elementor_data','[{\"id\":\"182e6d8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"45\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/banner_innerpages-6JDLQDG-e1695199403114.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_color_b\":\"#F2295B00\",\"background_overlay_color_b_stop\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"background_overlay_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"148\",\"right\":\"15\",\"bottom\":\"143\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"5\",\"right\":\"1\",\"bottom\":\"5\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6609819e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"c2c7326\",\"elType\":\"widget\",\"settings\":{\"view\":\"inline\",\"icon_list\":[{\"text\":\"Home\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"fe3fed4\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"8d2e365\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_align_tablet\":\"center\",\"divider\":\"yes\",\"divider_height\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"icon_typography_typography\":\"globals\\/typography?id=9248f2e\",\"text_color\":\"globals\\/colors?id=4921f04\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"divider_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"aba8686\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donate\",\"header_size\":\"h1\",\"align_tablet\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=51898aa\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"376ceeb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2264aff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7997c8b1\",\"elType\":\"widget\",\"settings\":{\"form_id\":121,\"show_title\":\"\",\"show_content\":\"yes\",\"continue_button_title\":\"Continue to Donate\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"Give Form\"}],\"isInner\":false}],\"isInner\":false}]'),(166,46,'_elementor_page_assets','a:0:{}'),(167,46,'_wp_page_template','elementor_header_footer'),(168,46,'envato_tk_source_kit','12'),(169,46,'envato_tk_source_index','24'),(170,49,'_wp_attached_file','2024/06/03-3.png'),(171,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:102;s:6:\"height\";i:102;s:4:\"file\";s:16:\"2024/06/03-3.png\";s:8:\"filesize\";i:5080;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:{}}}'),(172,49,'_elementor_source_image_hash','bd38572f8f37c797179ddb99970adb28048afb29'),(173,50,'_wp_attached_file','2024/06/bg-4.png'),(174,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:916;s:6:\"height\";i:610;s:4:\"file\";s:16:\"2024/06/bg-4.png\";s:8:\"filesize\";i:167498;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"bg-4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"bg-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:9072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"bg-4-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175,50,'_elementor_source_image_hash','ce93a56d09fedb790a60c062c5e534ad8aeb5028'),(176,51,'_wp_attached_file','2024/06/person_home03-TPYW66E.png'),(177,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:464;s:6:\"height\";i:724;s:4:\"file\";s:33:\"2024/06/person_home03-TPYW66E.png\";s:8:\"filesize\";i:100717;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"person_home03-TPYW66E-192x300.png\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70794;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"person_home03-TPYW66E-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(178,51,'_elementor_source_image_hash','ea2577c3742a39e01cfdb4c60c286c213c379906'),(179,52,'_wp_attached_file','2024/06/bg2-1.png'),(180,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:553;s:6:\"height\";i:464;s:4:\"file\";s:17:\"2024/06/bg2-1.png\";s:8:\"filesize\";i:31863;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"bg2-1-300x252.png\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"bg2-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:6793;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(181,52,'_elementor_source_image_hash','479bbdbdb38efca8fdca972588c3e3e48d826aa0'),(182,53,'_wp_attached_file','2024/06/01-4.png'),(183,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:73;s:6:\"height\";i:86;s:4:\"file\";s:16:\"2024/06/01-4.png\";s:8:\"filesize\";i:2154;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:{}}}'),(184,53,'_elementor_source_image_hash','648d2efa1ea9b7405f9cabe5f24509e7876464d4'),(185,54,'_wp_attached_file','2024/06/02-4.png'),(186,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:41;s:6:\"height\";i:43;s:4:\"file\";s:16:\"2024/06/02-4.png\";s:8:\"filesize\";i:848;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:{}}}'),(187,54,'_elementor_source_image_hash','a8143ec101497cee084d3ee1257f6e82593cdaa1'),(188,55,'_wp_attached_file','2024/06/base-4.png'),(189,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:281;s:6:\"height\";i:187;s:4:\"file\";s:18:\"2024/06/base-4.png\";s:8:\"filesize\";i:2929;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"base-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:1492;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,55,'_elementor_source_image_hash','a63e0a6630b60faf9137253912690a48faf9f041'),(191,56,'_wp_attached_file','2024/06/line-1.png'),(192,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:33;s:6:\"height\";i:2;s:4:\"file\";s:18:\"2024/06/line-1.png\";s:8:\"filesize\";i:81;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:{}}}'),(193,56,'_elementor_source_image_hash','86f57f0b93261577fe8fe31c38498cb1d52d9c94'),(194,57,'_wp_attached_file','2024/06/Icons.png'),(195,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:89;s:6:\"height\";i:89;s:4:\"file\";s:17:\"2024/06/Icons.png\";s:8:\"filesize\";i:2836;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:{}}}'),(196,57,'_elementor_source_image_hash','92d73a17f4ab3fe77e279854a287f9a2f302f283'),(197,58,'_wp_attached_file','2024/06/Icons2.png'),(198,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:89;s:6:\"height\";i:89;s:4:\"file\";s:18:\"2024/06/Icons2.png\";s:8:\"filesize\";i:3021;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:{}}}'),(199,58,'_elementor_source_image_hash','9404c8d7aa490a9d4392f3e5409410de5d767984'),(200,59,'_wp_attached_file','2024/06/hands-2.png'),(201,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1894;s:6:\"height\";i:368;s:4:\"file\";s:19:\"2024/06/hands-2.png\";s:8:\"filesize\";i:65674;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"hands-2-300x58.png\";s:5:\"width\";i:300;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8339;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"hands-2-1024x199.png\";s:5:\"width\";i:1024;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40751;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"hands-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:5810;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"hands-2-768x149.png\";s:5:\"width\";i:768;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28160;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"hands-2-1536x298.png\";s:5:\"width\";i:1536;s:6:\"height\";i:298;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67964;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,59,'_elementor_source_image_hash','8bba1781d614d95c613b19068cd3dc246f6044a1'),(203,60,'_wp_attached_file','2024/06/bg_services_home03-PXX4XNE.jpg'),(204,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:756;s:4:\"file\";s:38:\"2024/06/bg_services_home03-PXX4XNE.jpg\";s:8:\"filesize\";i:258366;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"bg_services_home03-PXX4XNE-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13821;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"bg_services_home03-PXX4XNE-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6133;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(205,60,'_elementor_source_image_hash','3b983b74ed7f94a0e4e07f335b713a4d5c741c26'),(206,61,'_wp_attached_file','2024/06/01-5.png'),(207,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:133;s:6:\"height\";i:133;s:4:\"file\";s:16:\"2024/06/01-5.png\";s:8:\"filesize\";i:5721;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:{}}}'),(208,61,'_elementor_source_image_hash','553f8fd96733a947cce09b405bfe52533e9ae58b'),(209,62,'_wp_attached_file','2024/06/bg_services_home03-M56GXL3.jpg'),(210,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:756;s:4:\"file\";s:38:\"2024/06/bg_services_home03-M56GXL3.jpg\";s:8:\"filesize\";i:327789;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"bg_services_home03-M56GXL3-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18353;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"bg_services_home03-M56GXL3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:18:\"Ellinnur Bakarudin\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(211,62,'_elementor_source_image_hash','4eb88da81080dba61e058bcac8983cfcea01c9b0'),(212,63,'_wp_attached_file','2024/06/02-5.png'),(213,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:133;s:6:\"height\";i:133;s:4:\"file\";s:16:\"2024/06/02-5.png\";s:8:\"filesize\";i:5428;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:{}}}'),(214,63,'_elementor_source_image_hash','b77323dac87daae9d5fc0391d6ecdb3bc8a8125c'),(215,64,'_wp_attached_file','2024/06/bg_services_home03-PE8Y7XM.jpg'),(216,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:756;s:4:\"file\";s:38:\"2024/06/bg_services_home03-PE8Y7XM.jpg\";s:8:\"filesize\";i:241071;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"bg_services_home03-PE8Y7XM-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15031;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"bg_services_home03-PE8Y7XM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(217,64,'_elementor_source_image_hash','bcff8bac469b4413afa00a2c8b71b0a9ffa1a0dc'),(218,65,'_wp_attached_file','2024/06/03-4.png'),(219,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:133;s:6:\"height\";i:133;s:4:\"file\";s:16:\"2024/06/03-4.png\";s:8:\"filesize\";i:6357;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:{}}}'),(220,65,'_elementor_source_image_hash','8561bed0da97d35a44dce7a1bb299b8287471040'),(221,17,'_elementor_css','a:6:{s:4:\"time\";i:1717510988;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:2;s:7:\"DM Sans\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(222,66,'_edit_last','1'),(223,66,'_edit_lock','1717531363:1'),(224,66,'_wp_page_template','elementor_canvas'),(225,66,'tfhf_template_type','type_header'),(226,66,'tfhf_template_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(227,66,'tfhf_template_exclude_locations','a:0:{}'),(228,66,'_elementor_edit_mode','builder'),(229,66,'_elementor_template_type','wp-post'),(230,66,'_elementor_version','3.21.8'),(231,66,'ekit_post_views_count','5'),(238,69,'_wp_page_template','default'),(239,69,'_elementor_edit_mode','builder'),(240,69,'_elementor_template_type','wp-post'),(241,69,'_elementor_version','3.21.8'),(242,70,'_wp_page_template','default'),(243,70,'_elementor_edit_mode','builder'),(244,70,'_elementor_template_type','wp-post'),(245,70,'_elementor_version','3.21.8'),(246,66,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-150\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(247,71,'_wp_page_template','elementor_canvas'),(248,71,'_elementor_edit_mode','builder'),(249,71,'_elementor_template_type','wp-post'),(250,71,'_elementor_version','3.21.8'),(251,71,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(252,66,'_elementor_page_assets','a:0:{}'),(254,72,'_menu_item_type','post_type'),(255,72,'_menu_item_menu_item_parent','0'),(256,72,'_menu_item_object_id','9'),(257,72,'_menu_item_object','page'),(258,72,'_menu_item_target',''),(259,72,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(260,72,'_menu_item_xfn',''),(261,72,'_menu_item_url',''),(263,73,'_menu_item_type','custom'),(264,73,'_menu_item_menu_item_parent','0'),(265,73,'_menu_item_object_id','73'),(266,73,'_menu_item_object','custom'),(267,73,'_menu_item_target',''),(268,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(269,73,'_menu_item_xfn',''),(270,73,'_menu_item_url','#'),(272,74,'_menu_item_type','custom'),(273,74,'_menu_item_menu_item_parent','73'),(274,74,'_menu_item_object_id','74'),(275,74,'_menu_item_object','custom'),(276,74,'_menu_item_target',''),(277,74,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(278,74,'_menu_item_xfn',''),(279,74,'_menu_item_url','#'),(281,75,'_menu_item_type','custom'),(282,75,'_menu_item_menu_item_parent','73'),(283,75,'_menu_item_object_id','75'),(284,75,'_menu_item_object','custom'),(285,75,'_menu_item_target',''),(286,75,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(287,75,'_menu_item_xfn',''),(288,75,'_menu_item_url','#'),(290,76,'_menu_item_type','custom'),(291,76,'_menu_item_menu_item_parent','0'),(292,76,'_menu_item_object_id','76'),(293,76,'_menu_item_object','custom'),(294,76,'_menu_item_target',''),(295,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(296,76,'_menu_item_xfn',''),(297,76,'_menu_item_url','#'),(299,77,'_menu_item_type','custom'),(300,77,'_menu_item_menu_item_parent','0'),(301,77,'_menu_item_object_id','77'),(302,77,'_menu_item_object','custom'),(303,77,'_menu_item_target',''),(304,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(305,77,'_menu_item_xfn',''),(306,77,'_menu_item_url','#'),(308,78,'_menu_item_type','custom'),(309,78,'_menu_item_menu_item_parent','0'),(310,78,'_menu_item_object_id','78'),(311,78,'_menu_item_object','custom'),(312,78,'_menu_item_target',''),(313,78,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(314,78,'_menu_item_xfn',''),(315,78,'_menu_item_url','#'),(317,79,'_menu_item_type','custom'),(318,79,'_menu_item_menu_item_parent','0'),(319,79,'_menu_item_object_id','79'),(320,79,'_menu_item_object','custom'),(321,79,'_menu_item_target',''),(322,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(323,79,'_menu_item_xfn',''),(324,79,'_menu_item_url','#'),(326,80,'_menu_item_type','custom'),(327,80,'_menu_item_menu_item_parent','0'),(328,80,'_menu_item_object_id','80'),(329,80,'_menu_item_object','custom'),(330,80,'_menu_item_target',''),(331,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(332,80,'_menu_item_xfn',''),(333,80,'_menu_item_url','#'),(335,81,'_wp_page_template','elementor_canvas'),(336,81,'_elementor_edit_mode','builder'),(337,81,'_elementor_template_type','wp-post'),(338,81,'_elementor_version','3.21.8'),(339,81,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(340,81,'_elementor_page_assets','a:0:{}'),(341,81,'_elementor_css','a:6:{s:4:\"time\";i:1717511285;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(342,82,'_wp_page_template','elementor_canvas'),(343,82,'_elementor_edit_mode','builder'),(344,82,'_elementor_template_type','wp-post'),(345,82,'_elementor_version','3.21.8'),(346,82,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(347,82,'_elementor_page_assets','a:0:{}'),(348,82,'_elementor_css','a:6:{s:4:\"time\";i:1717511285;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(349,83,'_wp_page_template','elementor_canvas'),(350,83,'_elementor_edit_mode','builder'),(351,83,'_elementor_template_type','wp-post'),(352,83,'_elementor_version','3.21.8'),(353,83,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(354,83,'_elementor_page_assets','a:0:{}'),(355,83,'_elementor_css','a:6:{s:4:\"time\";i:1717511285;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(356,84,'_edit_last','1'),(357,84,'_edit_lock','1717528736:1'),(358,84,'_wp_page_template','elementor_canvas'),(359,84,'tfhf_template_type','type_footer'),(360,84,'tfhf_template_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(361,84,'tfhf_template_exclude_locations','a:0:{}'),(362,84,'_elementor_edit_mode','builder'),(363,84,'_elementor_template_type','wp-post'),(364,84,'_elementor_version','3.21.8'),(365,84,'ekit_post_views_count','4'),(372,87,'_wp_page_template','default'),(373,87,'_elementor_edit_mode','builder'),(374,87,'_elementor_template_type','wp-post'),(375,87,'_elementor_version','3.21.8'),(376,88,'_wp_page_template','default'),(377,88,'_elementor_edit_mode','builder'),(378,88,'_elementor_template_type','wp-post'),(379,88,'_elementor_version','3.21.8'),(380,84,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"id\":291,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Staff\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Board of Directors\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(381,89,'_wp_page_template','elementor_canvas'),(382,89,'_elementor_edit_mode','builder'),(383,89,'_elementor_template_type','wp-post'),(384,89,'_elementor_version','3.21.8'),(385,89,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Recent Causes\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"New Campaign\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Site Map\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"needhelp@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"+ 1 (307) 776-0608\",\"selected_icon\":{\"value\":\"icon icon-smartphone\",\"library\":\"ekiticons\"},\"_id\":\"baf655a\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5c58134a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

60 Broklyn Golden Street, New York United States of America<\\/p>\",\"text_color\":\"#898989\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=c1b1526\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"22\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2023 by {{Themesflat}}\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"tf-scroll-top\"}],\"isInner\":true},{\"id\":\"432dd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(386,84,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(389,9,'_elementor_edit_mode','builder'),(390,9,'_elementor_template_type','wp-page'),(391,9,'_elementor_version','3.21.8'),(392,90,'_wp_attached_file','2024/06/bg_services_home03-PHQLZX4.jpg'),(393,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:756;s:4:\"file\";s:38:\"2024/06/bg_services_home03-PHQLZX4.jpg\";s:8:\"filesize\";i:245578;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"bg_services_home03-PHQLZX4-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"bg_services_home03-PHQLZX4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6792;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(394,90,'_elementor_source_image_hash','914de61b729c116668fbaff337d7adad02f53f3b'),(395,91,'_wp_attached_file','2024/06/04-3.png'),(396,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:133;s:6:\"height\";i:133;s:4:\"file\";s:16:\"2024/06/04-3.png\";s:8:\"filesize\";i:5087;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:{}}}'),(397,91,'_elementor_source_image_hash','c53d8c43ac2f95004bb9fc7a95ea14435123c7b3'),(398,92,'_wp_attached_file','2024/06/benefits_home03-PW3MFNQ.jpg'),(399,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:902;s:6:\"height\";i:709;s:4:\"file\";s:35:\"2024/06/benefits_home03-PW3MFNQ.jpg\";s:8:\"filesize\";i:81880;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"benefits_home03-PW3MFNQ-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19843;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"benefits_home03-PW3MFNQ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8385;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"benefits_home03-PW3MFNQ-768x604.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74746;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(400,92,'_elementor_source_image_hash','5e2ff1095eb4c6d5ff3ab93eaf3ea77a06495f86'),(401,93,'_wp_attached_file','2024/06/circles-2.png'),(402,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:886;s:6:\"height\";i:679;s:4:\"file\";s:21:\"2024/06/circles-2.png\";s:8:\"filesize\";i:45223;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"circles-2-300x230.png\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"circles-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:5146;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"circles-2-768x589.png\";s:5:\"width\";i:768;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58002;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(403,93,'_elementor_source_image_hash','d0b9b39b660ac89bccfad81ab019ba882e832e9b'),(404,94,'_wp_attached_file','2024/06/benefits_home03-U85WLPP.jpg'),(405,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:396;s:6:\"height\";i:236;s:4:\"file\";s:35:\"2024/06/benefits_home03-U85WLPP.jpg\";s:8:\"filesize\";i:90507;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"benefits_home03-U85WLPP-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"benefits_home03-U85WLPP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7395;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(406,94,'_elementor_source_image_hash','4f92c64ae656ea6f74127af2e5e5615a98d1c082'),(407,95,'_wp_attached_file','2024/06/logo_lorem_black-4.png'),(408,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:122;s:6:\"height\";i:23;s:4:\"file\";s:30:\"2024/06/logo_lorem_black-4.png\";s:8:\"filesize\";i:7682;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:{}}}'),(409,95,'_elementor_source_image_hash','bf228a64c4427667eff11da8231e6e74ece3ecbc'),(410,96,'_wp_attached_file','2024/06/logo_lorem_black-3.png'),(411,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:122;s:6:\"height\";i:23;s:4:\"file\";s:30:\"2024/06/logo_lorem_black-3.png\";s:8:\"filesize\";i:7682;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:{}}}'),(412,96,'_elementor_source_image_hash','b439e66256c6d1175255b7c626a015d6ec8e241a'),(413,97,'_wp_attached_file','2024/06/logo_lorem_black-2.png'),(414,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:122;s:6:\"height\";i:23;s:4:\"file\";s:30:\"2024/06/logo_lorem_black-2.png\";s:8:\"filesize\";i:7682;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:{}}}'),(415,97,'_elementor_source_image_hash','8ee9001a5e21e568fb7ee857c7d82f38d286b251'),(416,98,'_wp_attached_file','2024/06/logo_lorem_black-1.png'),(417,98,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:122;s:6:\"height\";i:23;s:4:\"file\";s:30:\"2024/06/logo_lorem_black-1.png\";s:8:\"filesize\";i:7682;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:{}}}'),(418,98,'_elementor_source_image_hash','c81bb9e07d5cad8a682cf1325ee801cab041c2d8'),(419,99,'_wp_attached_file','2024/06/logo_lorem_black.png'),(420,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:122;s:6:\"height\";i:23;s:4:\"file\";s:28:\"2024/06/logo_lorem_black.png\";s:8:\"filesize\";i:7682;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:{}}}'),(421,99,'_elementor_source_image_hash','1dd258fc2faa7077f47efb3ba506b00ecfb0d362'),(422,100,'_wp_attached_file','2024/06/circles-3.png'),(423,100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:735;s:4:\"file\";s:21:\"2024/06/circles-3.png\";s:8:\"filesize\";i:44018;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"circles-3-135x300.png\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12366;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"circles-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:7492;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(424,100,'_elementor_source_image_hash','fa46529217bf68fba898856da72e6c9b4cdaf22e'),(425,101,'_wp_attached_file','2024/06/causes_home01-6M6AG39.jpg'),(426,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:444;s:6:\"height\";i:297;s:4:\"file\";s:33:\"2024/06/causes_home01-6M6AG39.jpg\";s:8:\"filesize\";i:113674;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"causes_home01-6M6AG39-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"causes_home01-6M6AG39-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5808;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,101,'_elementor_source_image_hash','88077c1fd3db84d897d1e19e62101bf0be69204d'),(428,102,'_wp_attached_file','2024/06/causes_home01-5VNVJ8V.jpg'),(429,102,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:444;s:6:\"height\";i:297;s:4:\"file\";s:33:\"2024/06/causes_home01-5VNVJ8V.jpg\";s:8:\"filesize\";i:112578;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"causes_home01-5VNVJ8V-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"causes_home01-5VNVJ8V-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7133;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(430,102,'_elementor_source_image_hash','2d40733088f09af968cfa67d4adfe0359c8d0708'),(431,103,'_wp_attached_file','2024/06/causes_home01-JRE3YVL.jpg'),(432,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:444;s:6:\"height\";i:297;s:4:\"file\";s:33:\"2024/06/causes_home01-JRE3YVL.jpg\";s:8:\"filesize\";i:102166;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"causes_home01-JRE3YVL-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11813;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"causes_home01-JRE3YVL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6296;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(433,103,'_elementor_source_image_hash','328641ca5d2fc1034149af3f8333a699005d64ac'),(434,104,'_wp_attached_file','2024/06/bg_testimonial_home03-LME7REA.jpg'),(435,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1894;s:6:\"height\";i:491;s:4:\"file\";s:41:\"2024/06/bg_testimonial_home03-LME7REA.jpg\";s:8:\"filesize\";i:221869;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"bg_testimonial_home03-LME7REA-300x78.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7425;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"bg_testimonial_home03-LME7REA-1024x265.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"bg_testimonial_home03-LME7REA-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"bg_testimonial_home03-LME7REA-768x199.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27432;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"bg_testimonial_home03-LME7REA-1536x398.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78163;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(436,104,'_elementor_source_image_hash','44dccf12facee5966f322470a39374b5e4e55129'),(437,105,'_wp_attached_file','2024/06/testimonial_home02-2GB5STW.jpg'),(438,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:38:\"2024/06/testimonial_home02-2GB5STW.jpg\";s:8:\"filesize\";i:31206;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"testimonial_home02-2GB5STW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4867;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(439,105,'_elementor_source_image_hash','5b83676f6941780f78f62119abc88e6b274742a3'),(440,106,'_wp_attached_file','2024/06/testimonial_home03-7KXQNHG.jpg'),(441,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:474;s:6:\"height\";i:502;s:4:\"file\";s:38:\"2024/06/testimonial_home03-7KXQNHG.jpg\";s:8:\"filesize\";i:150970;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"testimonial_home03-7KXQNHG-283x300.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11907;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"testimonial_home03-7KXQNHG-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4623;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(442,106,'_elementor_source_image_hash','39a351b917b806d49717c2b5ff00355e762e2875'),(443,107,'_wp_attached_file','2024/06/testimonial_home02-ER3ULG7.jpg'),(444,107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:38:\"2024/06/testimonial_home02-ER3ULG7.jpg\";s:8:\"filesize\";i:37010;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"testimonial_home02-ER3ULG7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:29:\"© Javier Sánchez Mingorance\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(445,107,'_elementor_source_image_hash','7c69adeed4f8453489a25feb0c5499832f58c36b'),(446,108,'_wp_attached_file','2024/06/base-1.jpg'),(447,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1894;s:6:\"height\";i:539;s:4:\"file\";s:18:\"2024/06/base-1.jpg\";s:8:\"filesize\";i:12644;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"base-1-300x85.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1144;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"base-1-1024x291.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5552;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"base-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:1088;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"base-1-768x219.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3376;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"base-1-1536x437.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11440;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(448,108,'_elementor_source_image_hash','82a2e14e0f54b2832a3f05a99e044f3936ef028b'),(449,109,'_wp_attached_file','2024/06/placeholder.jpg'),(450,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2024/06/placeholder.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"placeholder-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(451,109,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(452,110,'_wp_attached_file','2024/06/placeholder-1.jpg'),(453,110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2024/06/placeholder-1.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-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:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(454,110,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(455,111,'_wp_attached_file','2024/06/placeholder-2.jpg'),(456,111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2024/06/placeholder-2.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-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:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"placeholder-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(457,111,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(458,112,'_wp_attached_file','2024/06/placeholder-3.jpg'),(459,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2024/06/placeholder-3.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"placeholder-3-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(460,112,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(461,113,'_wp_attached_file','2024/06/placeholder-4.jpg'),(462,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2024/06/placeholder-4.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-4-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"placeholder-4-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(463,113,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(464,114,'_wp_attached_file','2024/06/placeholder-5.jpg'),(465,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2024/06/placeholder-5.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-5-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"placeholder-5-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(466,114,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(467,115,'_wp_attached_file','2024/06/placeholder-6.jpg'),(468,115,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2024/06/placeholder-6.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-6-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-6-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"placeholder-6-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(469,115,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(470,116,'_wp_attached_file','2024/06/placeholder-7.jpg'),(471,116,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2024/06/placeholder-7.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-7-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-7-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-7-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"placeholder-7-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(472,116,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(473,117,'_wp_attached_file','2024/06/placeholder-8.jpg'),(474,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2024/06/placeholder-8.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-8-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-8-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-8-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"placeholder-8-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(475,117,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(476,118,'_wp_attached_file','2024/06/placeholder-9.jpg'),(477,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2024/06/placeholder-9.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-9-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-9-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-9-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"placeholder-9-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(478,118,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(479,119,'_wp_attached_file','2024/06/placeholder-10.jpg'),(480,119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2024/06/placeholder-10.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-10-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-10-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-10-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"placeholder-10-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(481,119,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(482,120,'_wp_attached_file','2024/06/placeholder-11.jpg'),(483,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2024/06/placeholder-11.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-11-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-11-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"placeholder-11-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(484,120,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(485,121,'_wp_attached_file','2024/06/placeholder-12.jpg'),(486,121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2024/06/placeholder-12.jpg\";s:8:\"filesize\";i:83575;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-12-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5298;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-12-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3138;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-12-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19642;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"placeholder-12-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(487,121,'_elementor_source_image_hash','d6dc6e41f477e1c7ed56fdd418958115223ea841'),(488,122,'_elementor_edit_mode','builder'),(489,122,'_elementor_template_type','section'),(490,122,'_elementor_version','3.21.8'),(491,122,'_elementor_data','[{\"id\":\"7f5e50c1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29c2759a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"755c5bac\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"color_overlay\":\"\",\"title_animation\":\"fromTop\",\"title_delay\":\"captionDelay6\",\"subtitle_animation\":\"fromTop\",\"subtitle_delay\":\"captionDelay8\",\"desc_animation\":\"fromTop\",\"desc_delay\":\"captionDelay2\",\"index_shape_one\":\"\",\"shape_one_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_one_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_one_animation\":\"\",\"shape_one_delay\":\"\",\"index_shape_two\":\"\",\"shape_two_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_two_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_two_animation\":\"\",\"shape_two_delay\":\"\",\"shape_three\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_three\":\"\",\"shape_three_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_three_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_three_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_three_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_three_animation\":\"\",\"shape_three_delay\":\"\",\"shape_four\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_four\":\"\",\"shape_four_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_four_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_four_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_four_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_four_animation\":\"\",\"shape_four_delay\":\"\",\"shape_five\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_five\":\"\",\"shape_five_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_five_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_five_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_five_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_five_animation\":\"\",\"shape_five_delay\":\"\"},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\",\"color_overlay\":\"\",\"title_animation\":\"fromTop\",\"title_delay\":\"captionDelay6\",\"subtitle_animation\":\"fromTop\",\"subtitle_delay\":\"captionDelay8\",\"desc_animation\":\"fromTop\",\"desc_delay\":\"captionDelay2\",\"index_shape_one\":\"\",\"shape_one_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_one_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_one_animation\":\"\",\"shape_one_delay\":\"\",\"index_shape_two\":\"\",\"shape_two_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_two_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_two_animation\":\"\",\"shape_two_delay\":\"\",\"shape_three\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_three\":\"\",\"shape_three_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_three_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_three_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_three_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_three_animation\":\"\",\"shape_three_delay\":\"\",\"shape_four\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_four\":\"\",\"shape_four_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_four_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_four_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_four_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_four_animation\":\"\",\"shape_four_delay\":\"\",\"shape_five\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_five\":\"\",\"shape_five_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_five_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_five_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_five_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_five_animation\":\"\",\"shape_five_delay\":\"\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_icon\":{\"value\":\"\",\"library\":\"\"},\"svg_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_button_align\":\"btn-icon-left\",\"icon_indent_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_indent_right\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_animation\":\"fromTop\",\"btn_delay\":\"\",\"btn_typography_typography\":\"\",\"btn_typography_font_family\":\"\",\"btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_font_weight\":\"\",\"btn_typography_text_transform\":\"\",\"btn_typography_font_style\":\"\",\"btn_typography_text_decoration\":\"\",\"btn_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"font_color\":\"#ffffff\",\"bg_color\":\"#0080f0\",\"border_color\":\"#0080f0\",\"hover_font_color\":\"#ffffff\",\"hover_bg_color\":\"#222222\",\"hover_border_color\":\"#222222\"},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_icon\":{\"value\":\"\",\"library\":\"\"},\"svg_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_button_align\":\"btn-icon-left\",\"icon_indent_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_indent_right\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_animation\":\"fromTop\",\"btn_delay\":\"\",\"btn_typography_typography\":\"\",\"btn_typography_font_family\":\"\",\"btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_font_weight\":\"\",\"btn_typography_text_transform\":\"\",\"btn_typography_font_style\":\"\",\"btn_typography_text_decoration\":\"\",\"btn_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"font_color\":\"#ffffff\",\"bg_color\":\"#0080f0\",\"border_color\":\"#0080f0\",\"hover_font_color\":\"#ffffff\",\"hover_bg_color\":\"#222222\",\"hover_border_color\":\"#222222\"}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77a5f2ab\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e22a03d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52849d5d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b42eecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cbba744\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6baae2aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ddf1db0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7ffc76f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24a3a5fc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ceea259\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2caa28fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"249bdcbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d6c9c34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3357f8e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6235e2f7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e5eba7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"382dcf03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2581462b\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e959e6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cbbfe77\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f8e4572\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11718ce5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"554bf8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"33b24c32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f05e7f9\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"5d7f6618\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b20d145\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4027b2d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e10d738\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cc63b7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20c39851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d121de6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4ac39643\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"36c9abbc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8320a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a8a1855\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"aaf288e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"79d3c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26110b15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"7ae2c1bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e94d971\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"dffcbf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27702ba4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f99bf23\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"742c090c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"772f162b\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"761ca278\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dde29c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4302796a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7240a213\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"440beda4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7c8a33da\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"597f7772\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46fe2802\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3a91c7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53646576\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fbdd5f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"645fa6ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a3baff4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7478852a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5af9a7f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1cd863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"722011bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c95504\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f8c67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"77f28265\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27f8788f\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4752c8b9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e0ce23d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d35dc02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e04abf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e134799\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"695cb8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18018254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7ecc5dad\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a089f7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64b6fc64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d307d4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a40f12\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6442b3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"256f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ad8c195\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28497398\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"5d227e37\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3bf7c7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4eaf682b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9590228\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fdc84c2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bce66bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2178d5ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1973a64e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"654fa395\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7a84e31\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1bbc4b82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ff9f0ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16045ed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dfc8a06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"181744cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3214cf0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"388300bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5edecc96\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"31516f68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d9bb08c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"962b128\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55c78d75\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7db38889\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63f3dcf6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45131853\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67a8b1f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1875d996\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f4aa890\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"692ec19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ed4c68f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"253c1a1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"766968df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29f1ad68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4607cdce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72b4ca02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7624c706\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be6236d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"overlay_icon\":{\"value\":\"\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19eaf734\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e584f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31fcff61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e4ba686\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"615ea886\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ae1b006\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69bdca20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7ce112fc\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3caa5bf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79b89872\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26af025d\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(492,31,'_elementor_css','a:6:{s:4:\"time\";i:1717511740;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(493,123,'_elementor_edit_mode','builder'),(494,123,'_elementor_template_type','section'),(495,123,'_elementor_version','3.21.8'),(496,123,'_elementor_data','[{\"id\":\"7f5e50c1\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29c2759a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"755c5bac\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"color_overlay\":\"\",\"title_animation\":\"fromTop\",\"title_delay\":\"captionDelay6\",\"subtitle_animation\":\"fromTop\",\"subtitle_delay\":\"captionDelay8\",\"desc_animation\":\"fromTop\",\"desc_delay\":\"captionDelay2\",\"index_shape_one\":\"\",\"shape_one_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_one_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_one_animation\":\"\",\"shape_one_delay\":\"\",\"index_shape_two\":\"\",\"shape_two_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_two_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_two_animation\":\"\",\"shape_two_delay\":\"\",\"shape_three\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_three\":\"\",\"shape_three_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_three_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_three_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_three_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_three_animation\":\"\",\"shape_three_delay\":\"\",\"shape_four\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_four\":\"\",\"shape_four_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_four_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_four_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_four_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_four_animation\":\"\",\"shape_four_delay\":\"\",\"shape_five\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_five\":\"\",\"shape_five_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_five_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_five_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_five_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_five_animation\":\"\",\"shape_five_delay\":\"\"},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\",\"color_overlay\":\"\",\"title_animation\":\"fromTop\",\"title_delay\":\"captionDelay6\",\"subtitle_animation\":\"fromTop\",\"subtitle_delay\":\"captionDelay8\",\"desc_animation\":\"fromTop\",\"desc_delay\":\"captionDelay2\",\"index_shape_one\":\"\",\"shape_one_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_one_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_one_animation\":\"\",\"shape_one_delay\":\"\",\"index_shape_two\":\"\",\"shape_two_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_two_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_two_animation\":\"\",\"shape_two_delay\":\"\",\"shape_three\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_three\":\"\",\"shape_three_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_three_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_three_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_three_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_three_animation\":\"\",\"shape_three_delay\":\"\",\"shape_four\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_four\":\"\",\"shape_four_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_four_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_four_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_four_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_four_animation\":\"\",\"shape_four_delay\":\"\",\"shape_five\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"index_shape_five\":\"\",\"shape_five_width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_five_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"shape_five_offset_x\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_five_offset_y\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_five_animation\":\"\",\"shape_five_delay\":\"\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_icon\":{\"value\":\"\",\"library\":\"\"},\"svg_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_button_align\":\"btn-icon-left\",\"icon_indent_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_indent_right\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_animation\":\"fromTop\",\"btn_delay\":\"\",\"btn_typography_typography\":\"\",\"btn_typography_font_family\":\"\",\"btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_font_weight\":\"\",\"btn_typography_text_transform\":\"\",\"btn_typography_font_style\":\"\",\"btn_typography_text_decoration\":\"\",\"btn_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"font_color\":\"#ffffff\",\"bg_color\":\"#0080f0\",\"border_color\":\"#0080f0\",\"hover_font_color\":\"#ffffff\",\"hover_bg_color\":\"#222222\",\"hover_border_color\":\"#222222\"},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_icon\":{\"value\":\"\",\"library\":\"\"},\"svg_width\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_button_align\":\"btn-icon-left\",\"icon_indent_left\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_indent_right\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"btn_url\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"btn_animation\":\"fromTop\",\"btn_delay\":\"\",\"btn_typography_typography\":\"\",\"btn_typography_font_family\":\"\",\"btn_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_font_weight\":\"\",\"btn_typography_text_transform\":\"\",\"btn_typography_font_style\":\"\",\"btn_typography_text_decoration\":\"\",\"btn_typography_line_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"btn_typography_word_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"font_color\":\"#ffffff\",\"bg_color\":\"#0080f0\",\"border_color\":\"#0080f0\",\"hover_font_color\":\"#ffffff\",\"hover_bg_color\":\"#222222\",\"hover_border_color\":\"#222222\"}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"77a5f2ab\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e22a03d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52849d5d\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5b42eecf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5cbba744\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6baae2aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ddf1db0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7ffc76f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24a3a5fc\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ceea259\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2caa28fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"249bdcbc\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d6c9c34\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3357f8e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6235e2f7\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e5eba7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"382dcf03\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2581462b\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e959e6c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3cbbfe77\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f8e4572\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11718ce5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"554bf8df\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"33b24c32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f05e7f9\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"title_left_border_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"title_left_border_color_slideshow_gallery\":[],\"ekit_heading_focused_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_focused_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_secondary_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_secondary_bg_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_left_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_left_slideshow_gallery\":[],\"ekit_heading_sub_title_border_color_right_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"ekit_heading_sub_title_border_color_right_slideshow_gallery\":[],\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"5d7f6618\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b20d145\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4027b2d2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2e10d738\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2cc63b7b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"20c39851\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1d121de6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"4ac39643\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"36c9abbc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1a8320a5\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a8a1855\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"aaf288e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"79d3c0c5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26110b15\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"7ae2c1bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e94d971\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"dffcbf2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27702ba4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5f99bf23\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"742c090c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"772f162b\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"761ca278\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dde29c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4302796a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7240a213\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"440beda4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7c8a33da\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"597f7772\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46fe2802\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3a91c7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53646576\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"18fbdd5f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"645fa6ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a3baff4\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"navigation_previous_icon\":{\"value\":\"\",\"library\":\"\"},\"navigation_next_icon\":{\"value\":\"\",\"library\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7478852a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5af9a7f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1cd863\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"722011bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c95504\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f8c67\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"77f28265\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27f8788f\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4752c8b9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e0ce23d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d35dc02\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e04abf5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1e134799\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"695cb8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18018254\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7ecc5dad\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a089f7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64b6fc64\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"d307d4c\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"11a40f12\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6442b3fc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"256f161\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2ad8c195\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"28497398\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"5d227e37\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3bf7c7d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4eaf682b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9590228\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fdc84c2\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3bce66bb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2178d5ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1973a64e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"654fa395\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7a84e31\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1bbc4b82\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ff9f0ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16045ed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dfc8a06\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"181744cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3214cf0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"388300bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5edecc96\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"31516f68\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7d9bb08c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"962b128\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"55c78d75\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7db38889\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63f3dcf6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45131853\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67a8b1f3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1875d996\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7f4aa890\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"692ec19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6ed4c68f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"253c1a1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"766968df\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29f1ad68\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4607cdce\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72b4ca02\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7624c706\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be6236d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"overlay_icon\":{\"value\":\"\",\"library\":\"fa-solid\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"19eaf734\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e584f6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31fcff61\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e4ba686\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"615ea886\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ae1b006\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69bdca20\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"7ce112fc\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3caa5bf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"79b89872\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26af025d\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(497,122,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(498,122,'_wp_page_template','elementor_header_footer'),(499,122,'envato_tk_source_kit','12'),(500,122,'envato_tk_source_index','19'),(507,125,'_elementor_edit_mode','builder'),(508,125,'_elementor_template_type','wp-page'),(509,125,'_elementor_version','3.21.8'),(510,126,'_elementor_edit_mode','builder'),(511,126,'_elementor_template_type','wp-page'),(512,126,'_elementor_version','3.21.8'),(513,9,'_wp_page_template','elementor_header_footer'),(514,9,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(515,127,'_elementor_edit_mode','builder'),(516,127,'_elementor_template_type','wp-page'),(517,127,'_elementor_version','3.21.8'),(518,127,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (519,127,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(520,9,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(522,128,'_elementor_edit_mode','builder'),(523,128,'_elementor_template_type','wp-page'),(524,128,'_elementor_version','3.21.8'),(525,128,'_wp_page_template','elementor_header_footer'),(526,128,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(527,128,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(528,128,'_elementor_css','a:6:{s:4:\"time\";i:1717512066;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(529,129,'_elementor_edit_mode','builder'),(530,129,'_elementor_template_type','wp-page'),(531,129,'_elementor_version','3.21.8'),(532,129,'_wp_page_template','elementor_header_footer'),(533,129,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(534,129,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(535,129,'_elementor_css','a:6:{s:4:\"time\";i:1717512066;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(536,130,'_elementor_edit_mode','builder'),(537,130,'_elementor_template_type','wp-page'),(538,130,'_elementor_version','3.21.8'),(539,130,'_wp_page_template','elementor_header_footer'),(540,130,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(541,130,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(542,130,'_elementor_css','a:6:{s:4:\"time\";i:1717512066;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(544,131,'_elementor_edit_mode','builder'),(545,131,'_elementor_template_type','wp-page'),(546,131,'_elementor_version','3.21.8'),(547,131,'_wp_page_template','elementor_header_footer'),(548,131,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(549,131,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(550,131,'_elementor_css','a:6:{s:4:\"time\";i:1717512264;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(551,132,'_elementor_edit_mode','builder'),(552,132,'_elementor_template_type','wp-page'),(553,132,'_elementor_version','3.21.8'),(554,132,'_wp_page_template','elementor_header_footer'),(555,132,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(556,132,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(557,132,'_elementor_css','a:6:{s:4:\"time\";i:1717512264;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(558,133,'_elementor_edit_mode','builder'),(559,133,'_elementor_template_type','wp-page'),(560,133,'_elementor_version','3.21.8'),(561,133,'_wp_page_template','elementor_header_footer'),(562,133,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb8f44\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3db110f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":43,\"unit\":\"%\"},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f5b7d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7f0dcf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":57,\"unit\":\"%\"},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc50bf3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(563,133,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(564,133,'_elementor_css','a:6:{s:4:\"time\";i:1717512264;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(566,134,'_elementor_edit_mode','builder'),(567,134,'_elementor_template_type','wp-page'),(568,134,'_elementor_version','3.21.8'),(569,134,'_wp_page_template','elementor_header_footer'),(570,134,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb8f44\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3db110f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":43,\"unit\":\"%\"},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f5b7d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7f0dcf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":57,\"unit\":\"%\"},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc50bf3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(571,134,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(572,134,'_elementor_css','a:6:{s:4:\"time\";i:1717512317;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(573,135,'_elementor_edit_mode','builder'),(574,135,'_elementor_template_type','wp-page'),(575,135,'_elementor_version','3.21.8'),(576,135,'_wp_page_template','elementor_header_footer'),(577,135,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb8f44\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3db110f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":43,\"unit\":\"%\"},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f5b7d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7f0dcf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":57,\"unit\":\"%\"},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc50bf3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(578,135,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(579,135,'_elementor_css','a:6:{s:4:\"time\";i:1717512317;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(580,136,'_elementor_edit_mode','builder'),(581,136,'_elementor_template_type','wp-page'),(582,136,'_elementor_version','3.21.8'),(583,136,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (584,136,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb8f44\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3db110f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":43,\"unit\":\"%\"},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f5b7d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7f0dcf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":57,\"unit\":\"%\"},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc50bf3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-square\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(585,136,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(586,136,'_elementor_css','a:6:{s:4:\"time\";i:1717512317;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(588,137,'_elementor_edit_mode','builder'),(589,137,'_elementor_template_type','wp-page'),(590,137,'_elementor_version','3.21.8'),(591,137,'_wp_page_template','elementor_header_footer'),(592,137,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb8f44\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3db110f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":43,\"unit\":\"%\"},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f5b7d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7f0dcf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":57,\"unit\":\"%\"},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc50bf3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-square\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(593,137,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(594,137,'_elementor_css','a:6:{s:4:\"time\";i:1717512350;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(595,138,'_elementor_edit_mode','builder'),(596,138,'_elementor_template_type','wp-page'),(597,138,'_elementor_version','3.21.8'),(598,138,'_wp_page_template','elementor_header_footer'),(599,138,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb8f44\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3db110f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":43,\"unit\":\"%\"},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f5b7d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"b7f0dcf\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":57,\"unit\":\"%\"},\"width_tablet\":{\"size\":65,\"unit\":\"%\"},\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"dc50bf3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-square\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(600,138,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(601,138,'_elementor_css','a:6:{s:4:\"time\";i:1717512350;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(602,139,'_elementor_edit_mode','builder'),(603,139,'_elementor_template_type','wp-page'),(604,139,'_elementor_version','3.21.8'),(605,139,'_wp_page_template','elementor_header_footer'),(606,139,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb8f44\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3db110f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":\"\",\"unit\":\"%\"},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f5b7d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(607,139,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(608,139,'_elementor_css','a:6:{s:4:\"time\";i:1717512350;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(618,141,'_elementor_edit_mode','builder'),(619,141,'_elementor_template_type','wp-page'),(620,141,'_elementor_version','3.21.8'),(621,141,'_wp_page_template','elementor_header_footer'),(622,141,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb8f44\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3db110f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":\"\",\"unit\":\"%\"},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f5b7d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(623,141,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(624,141,'_elementor_css','a:6:{s:4:\"time\";i:1717512425;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:6;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(625,142,'_elementor_edit_mode','builder'),(626,142,'_elementor_template_type','wp-page'),(627,142,'_elementor_version','3.21.8'),(628,142,'_wp_page_template','elementor_header_footer'),(629,142,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7eb8f44\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\"},\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"3db110f\",\"elType\":\"container\",\"settings\":{\"_column_size\":50,\"width\":{\"size\":\"\",\"unit\":\"%\"},\"width_tablet\":{\"size\":35,\"unit\":\"%\"},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_width\":\"full\"},\"elements\":[{\"id\":\"f5b7d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(630,142,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(631,142,'_elementor_css','a:6:{s:4:\"time\";i:1717512425;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:6;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(632,143,'_elementor_edit_mode','builder'),(633,143,'_elementor_template_type','wp-page'),(634,143,'_elementor_version','3.21.8'),(635,143,'_wp_page_template','elementor_header_footer'),(636,143,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(637,143,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(638,143,'_elementor_css','a:6:{s:4:\"time\";i:1717512425;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:6;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(640,144,'_wp_attached_file','2024/06/Ministries_Logo_side.webp'),(641,144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:147;s:6:\"height\";i:85;s:4:\"file\";s:33:\"2024/06/Ministries_Logo_side.webp\";s:8:\"filesize\";i:9080;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:{}}}'),(642,145,'_wp_page_template','elementor_canvas'),(643,145,'_elementor_edit_mode','builder'),(644,145,'_elementor_template_type','wp-post'),(645,145,'_elementor_version','3.21.8'),(646,145,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(647,145,'_elementor_page_assets','a:0:{}'),(648,145,'_elementor_css','a:6:{s:4:\"time\";i:1717511565;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(649,146,'_wp_page_template','elementor_canvas'),(650,146,'_elementor_edit_mode','builder'),(651,146,'_elementor_template_type','wp-post'),(652,146,'_elementor_version','3.21.8'),(653,146,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(654,146,'_elementor_page_assets','a:0:{}'),(655,146,'_elementor_css','a:6:{s:4:\"time\";i:1717511565;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(656,147,'_wp_page_template','elementor_canvas'),(657,147,'_elementor_edit_mode','builder'),(658,147,'_elementor_template_type','wp-post'),(659,147,'_elementor_version','3.21.8'),(660,147,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(661,147,'_elementor_page_assets','a:0:{}'),(662,147,'_elementor_css','a:6:{s:4:\"time\";i:1717511565;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(664,148,'_wp_page_template','elementor_canvas'),(665,148,'_elementor_edit_mode','builder'),(666,148,'_elementor_template_type','wp-post'),(667,148,'_elementor_version','3.21.8'),(668,148,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(669,148,'_elementor_page_assets','a:0:{}'),(670,148,'_elementor_css','a:6:{s:4:\"time\";i:1717512741;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(671,149,'_wp_page_template','elementor_canvas'),(672,149,'_elementor_edit_mode','builder'),(673,149,'_elementor_template_type','wp-post'),(674,149,'_elementor_version','3.21.8'),(675,149,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-100\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(676,149,'_elementor_page_assets','a:0:{}'),(677,149,'_elementor_css','a:6:{s:4:\"time\";i:1717512741;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(678,150,'_wp_page_template','elementor_canvas'),(679,150,'_elementor_edit_mode','builder'),(680,150,'_elementor_template_type','wp-post'),(681,150,'_elementor_version','3.21.8'),(682,150,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(683,150,'_elementor_page_assets','a:0:{}'),(684,150,'_elementor_css','a:6:{s:4:\"time\";i:1717512741;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(686,151,'_wp_page_template','elementor_canvas'),(687,151,'_elementor_edit_mode','builder'),(688,151,'_elementor_template_type','wp-post'),(689,151,'_elementor_version','3.21.8'),(690,151,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(691,151,'_elementor_page_assets','a:0:{}'),(692,151,'_elementor_css','a:6:{s:4:\"time\";i:1717512772;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(693,152,'_wp_page_template','elementor_canvas'),(694,152,'_elementor_edit_mode','builder'),(695,152,'_elementor_template_type','wp-post'),(696,152,'_elementor_version','3.21.8'),(697,152,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(698,152,'_elementor_page_assets','a:0:{}'),(699,152,'_elementor_css','a:6:{s:4:\"time\";i:1717512772;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(700,153,'_wp_page_template','elementor_canvas'),(701,153,'_elementor_edit_mode','builder'),(702,153,'_elementor_template_type','wp-post'),(703,153,'_elementor_version','3.21.8'),(704,153,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(705,153,'_elementor_page_assets','a:0:{}'),(706,153,'_elementor_css','a:6:{s:4:\"time\";i:1717512772;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(708,154,'_wp_page_template','elementor_canvas'),(709,154,'_elementor_edit_mode','builder'),(710,154,'_elementor_template_type','wp-post'),(711,154,'_elementor_version','3.21.8'),(712,154,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(713,154,'_elementor_page_assets','a:0:{}'),(714,154,'_elementor_css','a:6:{s:4:\"time\";i:1717512788;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(715,155,'_wp_page_template','elementor_canvas'),(716,155,'_elementor_edit_mode','builder'),(717,155,'_elementor_template_type','wp-post'),(718,155,'_elementor_version','3.21.8'),(719,155,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-130\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(720,155,'_elementor_page_assets','a:0:{}'),(721,155,'_elementor_css','a:6:{s:4:\"time\";i:1717512788;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(722,156,'_wp_page_template','elementor_canvas'),(723,156,'_elementor_edit_mode','builder'),(724,156,'_elementor_template_type','wp-post'),(725,156,'_elementor_version','3.21.8'),(726,156,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(727,156,'_elementor_page_assets','a:0:{}'),(728,156,'_elementor_css','a:6:{s:4:\"time\";i:1717512788;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(730,157,'_wp_attached_file','2024/06/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg'),(731,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1903;s:6:\"height\";i:911;s:4:\"file\";s:54:\"2024/06/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\";s:8:\"filesize\";i:122217;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"0805c9_f384e20541724f62b4cae460bc2eba41mv2-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7134;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"0805c9_f384e20541724f62b4cae460bc2eba41mv2-1024x490.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42057;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"0805c9_f384e20541724f62b4cae460bc2eba41mv2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4008;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"0805c9_f384e20541724f62b4cae460bc2eba41mv2-768x368.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27235;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:55:\"0805c9_f384e20541724f62b4cae460bc2eba41mv2-1536x735.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76507;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(732,158,'_elementor_edit_mode','builder'),(733,158,'_elementor_template_type','wp-page'),(734,158,'_elementor_version','3.21.8'),(735,158,'_wp_page_template','elementor_header_footer'),(736,158,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(737,158,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(738,158,'_elementor_css','a:6:{s:4:\"time\";i:1717512632;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(739,159,'_elementor_edit_mode','builder'),(740,159,'_elementor_template_type','wp-page'),(741,159,'_elementor_version','3.21.8'),(742,159,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (743,159,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(744,159,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(745,159,'_elementor_css','a:6:{s:4:\"time\";i:1717512632;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(746,160,'_elementor_edit_mode','builder'),(747,160,'_elementor_template_type','wp-page'),(748,160,'_elementor_version','3.21.8'),(749,160,'_wp_page_template','elementor_header_footer'),(750,160,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(751,160,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(752,160,'_elementor_css','a:6:{s:4:\"time\";i:1717512632;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(754,161,'_elementor_edit_mode','builder'),(755,161,'_elementor_template_type','wp-page'),(756,161,'_elementor_version','3.21.8'),(757,161,'_wp_page_template','elementor_header_footer'),(758,161,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(759,161,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(760,161,'_elementor_css','a:6:{s:4:\"time\";i:1717513447;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(761,162,'_elementor_edit_mode','builder'),(762,162,'_elementor_template_type','wp-page'),(763,162,'_elementor_version','3.21.8'),(764,162,'_wp_page_template','elementor_header_footer'),(765,162,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"41\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-R2UHPE9-e1695184170594.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(766,162,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(767,162,'_elementor_css','a:6:{s:4:\"time\";i:1717513447;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(768,163,'_elementor_edit_mode','builder'),(769,163,'_elementor_template_type','wp-page'),(770,163,'_elementor_version','3.21.8'),(771,163,'_wp_page_template','elementor_header_footer'),(772,163,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(773,163,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(774,163,'_elementor_css','a:6:{s:4:\"time\";i:1717513447;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(776,164,'_wp_attached_file','2024/06/who-we-are.jpg'),(777,164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1048;s:4:\"file\";s:22:\"2024/06/who-we-are.jpg\";s:8:\"filesize\";i:506821;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"who-we-are-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7842;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"who-we-are-1024x524.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44245;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"who-we-are-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4603;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"who-we-are-768x393.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28637;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"who-we-are-1536x786.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"AFP/Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:441:\"TOPSHOTS\rDisplaced people raise their hands as they wait for food distribution, near Mpoko Bangui\'s airport where 100.000 people have found shelter on January 8, 2014. Strife-torn Central African Republic is heading for a humanitarian disaster, a Unicef official warned on January 9, calling for urgent action to prevent deadly diseases from spreading in overcrowded refugee camps. AFP PHOTO / ERIC FEFERBERGERIC FEFERBERG/AFP/Getty Images\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:40:\"TOPSHOTS\rDisplaced people raise their ha\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(778,165,'_elementor_edit_mode','builder'),(779,165,'_elementor_template_type','wp-page'),(780,165,'_elementor_version','3.21.8'),(781,165,'_wp_page_template','elementor_header_footer'),(782,165,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(783,165,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(784,165,'_elementor_css','a:6:{s:4:\"time\";i:1717513662;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(785,166,'_elementor_edit_mode','builder'),(786,166,'_elementor_template_type','wp-page'),(787,166,'_elementor_version','3.21.8'),(788,166,'_wp_page_template','elementor_header_footer'),(789,166,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":\"43\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/slide_home03-FJ23EGP.jpg\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(790,166,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(791,166,'_elementor_css','a:6:{s:4:\"time\";i:1717513662;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(792,167,'_elementor_edit_mode','builder'),(793,167,'_elementor_template_type','wp-page'),(794,167,'_elementor_version','3.21.8'),(795,167,'_wp_page_template','elementor_header_footer'),(796,167,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(797,167,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(798,167,'_elementor_css','a:6:{s:4:\"time\";i:1717513662;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(800,168,'_elementor_edit_mode','builder'),(801,168,'_elementor_template_type','wp-page'),(802,168,'_elementor_version','3.21.8'),(803,168,'_wp_page_template','elementor_header_footer'),(804,168,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(805,168,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(806,168,'_elementor_css','a:6:{s:4:\"time\";i:1717513961;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(807,169,'_elementor_edit_mode','builder'),(808,169,'_elementor_template_type','wp-page'),(809,169,'_elementor_version','3.21.8'),(810,169,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (811,169,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"WE CAN
CHANGE THE
WORLD.\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(812,169,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(813,169,'_elementor_css','a:6:{s:4:\"time\";i:1717513961;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(814,170,'_elementor_edit_mode','builder'),(815,170,'_elementor_template_type','wp-page'),(816,170,'_elementor_version','3.21.8'),(817,170,'_wp_page_template','elementor_header_footer'),(818,170,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(819,170,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(820,170,'_elementor_css','a:6:{s:4:\"time\";i:1717513961;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(822,171,'_elementor_edit_mode','builder'),(823,171,'_elementor_template_type','wp-page'),(824,171,'_elementor_version','3.21.8'),(825,171,'_wp_page_template','elementor_header_footer'),(826,171,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(827,171,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(828,171,'_elementor_css','a:6:{s:4:\"time\";i:1717514081;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(829,172,'_elementor_edit_mode','builder'),(830,172,'_elementor_template_type','wp-page'),(831,172,'_elementor_version','3.21.8'),(832,172,'_wp_page_template','elementor_header_footer'),(833,172,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"30\"},\"elements\":[{\"id\":\"4e083995\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"4e73f2e9\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"413c2069\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"3424e69b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"385faaf3\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"50dd2b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Become a Volunteer\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2dc02aa4\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"484c9d69\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"3be07326\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"857a96e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"47\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1e4e7284\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1e1ad12d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Quick Fundraise\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5342adf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_hover_background\":\"classic\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.05)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"115\",\"bottom\":\"53\",\"left\":\"125\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_hover_color\":\"globals\\/colors?id=4921f04\"},\"padding_laptop\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true}},\"elements\":[{\"id\":\"7fc37cc4\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"77b45975\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":28,\"_inline_size_tablet\":100,\"content_position\":\"center\"},\"elements\":[{\"id\":\"7c997326\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-3.png\"},\"align\":\"left\",\"align_tablet\":\"center\",\"hover_animation\":\"grow\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6e473c8e\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":71.6650000000000062527760746888816356658935546875,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4849fac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"title_text\":\"Donate Now\",\"description_text\":\"Lorem ium dolor sit ametad free text\\npisicing elit sed do ut.\",\"title_size\":\"h2\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"text_align\":\"left\",\"text_align_tablet\":\"center\",\"image_size\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"image_size_tablet_extra\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"description_typography_font_family\":\"DM Sans\",\"description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"description_typography_font_weight\":\"400\",\"description_typography_text_transform\":\"none\",\"description_typography_font_style\":\"normal\",\"description_typography_text_decoration\":\"none\",\"description_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"description_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\",\"description_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(834,172,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(835,172,'_elementor_css','a:6:{s:4:\"time\";i:1717514081;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(836,173,'_elementor_edit_mode','builder'),(837,173,'_elementor_template_type','wp-page'),(838,173,'_elementor_version','3.21.8'),(839,173,'_wp_page_template','elementor_header_footer'),(840,173,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(841,173,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(842,173,'_elementor_css','a:6:{s:4:\"time\";i:1717514081;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(844,174,'_elementor_edit_mode','builder'),(845,174,'_elementor_template_type','wp-page'),(846,174,'_elementor_version','3.21.8'),(847,174,'_wp_page_template','elementor_header_footer'),(848,174,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(849,174,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(850,174,'_elementor_css','a:6:{s:4:\"time\";i:1717514341;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(851,175,'_elementor_edit_mode','builder'),(852,175,'_elementor_template_type','wp-page'),(853,175,'_elementor_version','3.21.8'),(854,175,'_wp_page_template','elementor_header_footer'),(855,175,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"104\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(856,175,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(857,175,'_elementor_css','a:6:{s:4:\"time\";i:1717514341;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(858,176,'_elementor_edit_mode','builder'),(859,176,'_elementor_template_type','wp-page'),(860,176,'_elementor_version','3.21.8'),(861,176,'_wp_page_template','elementor_header_footer'),(862,176,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(863,176,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(864,176,'_elementor_css','a:6:{s:4:\"time\";i:1717514341;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(866,177,'_wp_attached_file','2024/06/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp'),(867,177,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:761;s:6:\"height\";i:644;s:4:\"file\";s:55:\"2024/06/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\";s:8:\"filesize\";i:69110;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"0805c9_40d872c22d7b42239d4c23419d090d99mv2-300x254.webp\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18316;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"0805c9_40d872c22d7b42239d4c23419d090d99mv2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7638;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(868,178,'_elementor_edit_mode','builder'),(869,178,'_elementor_template_type','wp-page'),(870,178,'_elementor_version','3.21.8'),(871,178,'_wp_page_template','elementor_header_footer'),(872,178,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(873,178,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(874,178,'_elementor_css','a:6:{s:4:\"time\";i:1717514507;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(875,179,'_elementor_edit_mode','builder'),(876,179,'_elementor_template_type','wp-page'),(877,179,'_elementor_version','3.21.8'),(878,179,'_wp_page_template','elementor_header_footer'),(879,179,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"51\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/person_home03-TPYW66E.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"bottom right\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"auto\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Charity Platform\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted Non-Profit\\nCharity Center\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity activities are taken place around the world.\\n\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"15af5183\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons.png\"},\"title_text\":\"Childrens Education\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"78c2b02b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"58\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Icons2.png\"},\"title_text\":\"Support Them\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.\",\"title_size\":\"h5\",\"position\":\"left\",\"content_vertical_alignment\":\"middle\",\"image_space\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"_animation_delay\":200},\"elements\":[],\"widgetType\":\"image-box\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(880,179,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(881,179,'_elementor_css','a:6:{s:4:\"time\";i:1717514507;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(882,180,'_elementor_edit_mode','builder'),(883,180,'_elementor_template_type','wp-page'),(884,180,'_elementor_version','3.21.8'),(885,180,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (886,180,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(887,180,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(888,180,'_elementor_css','a:6:{s:4:\"time\";i:1717514507;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(890,181,'_elementor_edit_mode','builder'),(891,181,'_elementor_template_type','wp-page'),(892,181,'_elementor_version','3.21.8'),(893,181,'_wp_page_template','elementor_header_footer'),(894,181,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(895,181,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(896,181,'_elementor_css','a:6:{s:4:\"time\";i:1717514872;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(897,182,'_elementor_edit_mode','builder'),(898,182,'_elementor_template_type','wp-page'),(899,182,'_elementor_version','3.21.8'),(900,182,'_wp_page_template','elementor_header_footer'),(901,182,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Discover More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(902,182,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(903,182,'_elementor_css','a:6:{s:4:\"time\";i:1717514872;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(904,183,'_elementor_edit_mode','builder'),(905,183,'_elementor_template_type','wp-page'),(906,183,'_elementor_version','3.21.8'),(907,183,'_wp_page_template','elementor_header_footer'),(908,183,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(909,183,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(910,183,'_elementor_css','a:6:{s:4:\"time\";i:1717514872;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(912,184,'_wp_attached_file','2024/06/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp'),(913,184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:626;s:4:\"file\";s:55:\"2024/06/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\";s:8:\"filesize\";i:142880;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"0805c9_2e7ef4e9334648f29259763758a1aa91mv2-300x246.webp\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29320;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"0805c9_2e7ef4e9334648f29259763758a1aa91mv2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10724;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(914,185,'_wp_attached_file','2024/06/House_of_Love-01.webp'),(915,185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:361;s:6:\"height\";i:188;s:4:\"file\";s:29:\"2024/06/House_of_Love-01.webp\";s:8:\"filesize\";i:16318;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"House_of_Love-01-300x156.webp\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6242;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"House_of_Love-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(916,186,'_elementor_edit_mode','builder'),(917,186,'_elementor_template_type','wp-page'),(918,186,'_elementor_version','3.21.8'),(919,186,'_wp_page_template','elementor_header_footer'),(920,186,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(921,186,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(922,186,'_elementor_css','a:6:{s:4:\"time\";i:1717514896;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(923,187,'_elementor_edit_mode','builder'),(924,187,'_elementor_template_type','wp-page'),(925,187,'_elementor_version','3.21.8'),(926,187,'_wp_page_template','elementor_header_footer'),(927,187,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":\"92\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-PW3MFNQ.jpg\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire & Help them\\nLive Longer\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":43,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/benefits_home03-U85WLPP.jpg\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c97fe47\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":57,\"_inline_size_tablet\":65,\"margin_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"616ee0f3\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Nsectetur cing elit\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6b8f7d3\"},{\"text\":\"Suspe ndisse suscipit leo\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"2eb65bd\"},{\"text\":\"Strong communication skills\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"68dba80\"},{\"text\":\"If you are nt going to a passages\",\"selected_icon\":{\"value\":\"fas fa-check-circle\",\"library\":\"fa-solid\"},\"_id\":\"6c410fd\"}],\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"__globals__\":{\"icon_color\":\"globals\\/colors?id=secondary\",\"text_color\":\"globals\\/colors?id=4921f04\",\"icon_typography_typography\":\"globals\\/typography?id=d46b674\"},\"space_between\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(928,187,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(929,187,'_elementor_css','a:6:{s:4:\"time\";i:1717514896;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(930,188,'_elementor_edit_mode','builder'),(931,188,'_elementor_template_type','wp-page'),(932,188,'_elementor_version','3.21.8'),(933,188,'_wp_page_template','elementor_header_footer'),(934,188,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(935,188,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(936,188,'_elementor_css','a:6:{s:4:\"time\";i:1717514896;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:3;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(938,189,'_elementor_edit_mode','builder'),(939,189,'_elementor_template_type','wp-page'),(940,189,'_elementor_version','3.21.8'),(941,189,'_wp_page_template','elementor_header_footer'),(942,189,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(943,189,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(944,189,'_elementor_css','a:6:{s:4:\"time\";i:1717515439;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(945,190,'_elementor_edit_mode','builder'),(946,190,'_elementor_template_type','wp-page'),(947,190,'_elementor_version','3.21.8'),(948,190,'_wp_page_template','elementor_header_footer'),(949,190,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(950,190,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(951,190,'_elementor_css','a:6:{s:4:\"time\";i:1717515439;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(952,191,'_elementor_edit_mode','builder'),(953,191,'_elementor_template_type','wp-page'),(954,191,'_elementor_version','3.21.8'),(955,191,'_wp_page_template','elementor_header_footer'),(956,191,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(957,191,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(958,191,'_elementor_css','a:6:{s:4:\"time\";i:1717515439;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(960,192,'_elementor_edit_mode','builder'),(961,192,'_elementor_template_type','section'),(962,192,'_elementor_version','3.21.8'),(963,192,'_edit_lock','1717527769:1'),(964,192,'ekit_post_views_count','3'),(965,193,'_wp_attached_file','2024/06/Caroline-Nkatata-Ngotiek_edited.webp'),(966,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:344;s:6:\"height\";i:311;s:4:\"file\";s:44:\"2024/06/Caroline-Nkatata-Ngotiek_edited.webp\";s:8:\"filesize\";i:17850;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Caroline-Nkatata-Ngotiek_edited-300x271.webp\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14190;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Caroline-Nkatata-Ngotiek_edited-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(967,194,'_elementor_edit_mode','builder'),(968,194,'_elementor_template_type','section'),(969,194,'_elementor_version','3.21.8'),(970,192,'_wp_page_template','default'),(971,192,'_elementor_data','[{\"id\":\"83a508c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bffc302\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"f1fb299\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fe82316\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c164079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9695f15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fd3aa75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(972,195,'_elementor_edit_mode','builder'),(973,195,'_elementor_template_type','section'),(974,195,'_elementor_version','3.21.8'),(975,195,'_wp_page_template','default'),(976,195,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(977,192,'_elementor_page_assets','a:0:{}'),(978,196,'_elementor_edit_mode','builder'),(979,196,'_elementor_template_type','section'),(980,196,'_elementor_version','3.21.8'),(981,196,'_edit_lock','1717527765:1'),(982,196,'ekit_post_views_count','3'),(983,196,'_wp_page_template','default'),(984,196,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Charity-Sinante-Nooselin_edited.webp\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity Sinante Nooselin\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>17
Grade: <\\/span><\\/strong>Form 4 (12th Grade)<\\/span>
Ambition: <\\/span><\\/strong>Computer Scientist
Favorite Verse: <\\/span><\\/strong>John 1:12<\\/span><\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(985,196,'_elementor_page_assets','a:0:{}'),(987,196,'_edit_last','1'),(988,197,'_elementor_edit_mode','builder'),(989,197,'_elementor_template_type','section'),(990,197,'_elementor_version','3.21.8'),(991,197,'_wp_page_template','default'),(992,197,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(993,197,'_elementor_page_assets','a:0:{}'),(994,197,'_elementor_css','a:6:{s:4:\"time\";i:1717515941;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(995,198,'_elementor_edit_mode','builder'),(996,198,'_elementor_template_type','section'),(997,198,'_elementor_version','3.21.8'),(998,198,'_edit_lock','1717527766:1'),(999,198,'ekit_post_views_count','3'),(1000,198,'_wp_page_template','default'),(1001,198,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Agnes-Nabulu-Nginai_edited.webp\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agnes Nabulu\\n\\nNginai\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>17
Grade:<\\/span><\\/strong>Form 3 (11th Grade)<\\/span>
Ambition:<\\/span><\\/strong>Fashion Designer<\\/span>
Favorite Verse: <\\/span><\\/strong>John 5:24<\\/span><\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1002,198,'_elementor_page_assets','a:0:{}'),(1004,198,'_edit_last','1'),(1005,199,'_elementor_edit_mode','builder'),(1006,199,'_elementor_template_type','section'),(1007,199,'_elementor_version','3.21.8'),(1008,199,'_wp_page_template','default'),(1009,199,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1010,199,'_elementor_page_assets','a:0:{}'),(1011,199,'_elementor_css','a:6:{s:4:\"time\";i:1717515957;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1013,200,'_elementor_edit_mode','builder'),(1014,200,'_elementor_template_type','wp-page'),(1015,200,'_elementor_version','3.21.8'),(1016,200,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (1017,200,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1018,200,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1019,200,'_elementor_css','a:6:{s:4:\"time\";i:1717515493;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1020,201,'_elementor_edit_mode','builder'),(1021,201,'_elementor_template_type','wp-page'),(1022,201,'_elementor_version','3.21.8'),(1023,201,'_wp_page_template','elementor_header_footer'),(1024,201,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"}},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false}},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap\":\"custom\",\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"structure\":\"40\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"60\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PXX4XNE.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3af875d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-5.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"11f7ac7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"62\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-M56GXL3.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"5f5db5c4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"63\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-5.png\"},\"title_text\":\"We Educate\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"435b526a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"64\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PE8Y7XM.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"6af20a86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/03-4.png\"},\"title_text\":\"We Build\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"4c216ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"background_background\":\"classic\",\"background_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_services_home03-PHQLZX4.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"64d8499d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/04-3.png\"},\"title_text\":\"We Help\",\"description_text\":\"There are many lipsum of pass but the have in that not some.\",\"title_size\":\"h2\",\"image_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=4921f04\",\"description_color\":\"globals\\/colors?id=4921f04\"},\"hover_animation\":\"grow\",\"_animation\":\"zoomIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false}},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\"},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\"},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1025,201,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1026,201,'_elementor_css','a:6:{s:4:\"time\";i:1717515493;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1027,202,'_elementor_edit_mode','builder'),(1028,202,'_elementor_template_type','wp-page'),(1029,202,'_elementor_version','3.21.8'),(1030,202,'_wp_page_template','elementor_header_footer'),(1031,202,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":3,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1032,202,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1033,202,'_elementor_css','a:6:{s:4:\"time\";i:1717515493;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1035,203,'_elementor_edit_mode','builder'),(1036,203,'_elementor_template_type','section'),(1037,203,'_elementor_version','3.21.8'),(1038,203,'_wp_page_template','default'),(1039,203,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1040,203,'_elementor_page_assets','a:0:{}'),(1041,203,'_elementor_css','a:6:{s:4:\"time\";i:1717516048;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1043,204,'_elementor_edit_mode','builder'),(1044,204,'_elementor_template_type','section'),(1045,204,'_elementor_version','3.21.8'),(1046,204,'_wp_page_template','default'),(1047,204,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"min_height\":{\"unit\":\"vh\",\"size\":100,\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1048,204,'_elementor_page_assets','a:0:{}'),(1049,204,'_elementor_css','a:6:{s:4:\"time\";i:1717516251;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1051,205,'_elementor_edit_mode','builder'),(1052,205,'_elementor_template_type','section'),(1053,205,'_elementor_version','3.21.8'),(1054,205,'_wp_page_template','default'),(1055,205,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1056,205,'_elementor_page_assets','a:0:{}'),(1057,205,'_elementor_css','a:6:{s:4:\"time\";i:1717515941;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1066,207,'_elementor_edit_mode','builder'),(1067,207,'_elementor_template_type','section'),(1068,207,'_elementor_version','3.21.8'),(1069,207,'_wp_page_template','default'),(1070,207,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"min_height\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1071,207,'_elementor_page_assets','a:0:{}'),(1073,208,'_elementor_edit_mode','builder'),(1074,208,'_elementor_template_type','section'),(1075,208,'_elementor_version','3.21.8'),(1076,208,'_wp_page_template','default'),(1077,208,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"min_height\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1078,208,'_elementor_page_assets','a:0:{}'),(1079,208,'_elementor_css','a:6:{s:4:\"time\";i:1717516422;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1081,209,'_elementor_edit_mode','builder'),(1082,209,'_elementor_template_type','section'),(1083,209,'_elementor_version','3.21.8'),(1084,209,'_wp_page_template','default'),(1085,209,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"min_height\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1086,209,'_elementor_page_assets','a:0:{}'),(1087,209,'_elementor_css','a:6:{s:4:\"time\";i:1717516455;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1089,210,'_elementor_edit_mode','builder'),(1090,210,'_elementor_template_type','wp-page'),(1091,210,'_elementor_version','3.21.8'),(1092,210,'_wp_page_template','elementor_header_footer'),(1093,210,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":3,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1094,210,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1095,210,'_elementor_css','a:6:{s:4:\"time\";i:1717516208;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1096,211,'_elementor_edit_mode','builder'),(1097,211,'_elementor_template_type','wp-page'),(1098,211,'_elementor_version','3.21.8'),(1099,211,'_wp_page_template','elementor_header_footer'),(1100,211,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":3,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1101,211,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1102,211,'_elementor_css','a:6:{s:4:\"time\";i:1717516208;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1103,212,'_elementor_edit_mode','builder'),(1104,212,'_elementor_template_type','wp-page'),(1105,212,'_elementor_version','3.21.8'),(1106,212,'_wp_page_template','elementor_header_footer'),(1107,212,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1108,212,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1109,212,'_elementor_css','a:6:{s:4:\"time\";i:1717516208;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1111,213,'_elementor_edit_mode','builder'),(1112,213,'_elementor_template_type','wp-page'),(1113,213,'_elementor_version','3.21.8'),(1114,213,'_wp_page_template','elementor_header_footer'),(1115,213,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1116,213,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1117,213,'_elementor_css','a:6:{s:4:\"time\";i:1717516511;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1118,214,'_elementor_edit_mode','builder'),(1119,214,'_elementor_template_type','wp-page'),(1120,214,'_elementor_version','3.21.8'),(1121,214,'_wp_page_template','elementor_header_footer'),(1122,214,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1123,214,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1124,214,'_elementor_css','a:6:{s:4:\"time\";i:1717516511;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1125,215,'_elementor_edit_mode','builder'),(1126,215,'_elementor_template_type','wp-page'),(1127,215,'_elementor_version','3.21.8'),(1128,215,'_wp_page_template','elementor_header_footer'),(1129,215,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":3,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1130,215,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1131,215,'_elementor_css','a:6:{s:4:\"time\";i:1717516511;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1133,216,'_elementor_edit_mode','builder'),(1134,216,'_elementor_template_type','section'),(1135,216,'_elementor_version','3.21.8'),(1136,216,'_wp_page_template','default'),(1137,216,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"min_height\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1138,216,'_elementor_page_assets','a:0:{}'),(1139,216,'_elementor_css','a:6:{s:4:\"time\";i:1717516482;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1141,217,'_elementor_edit_mode','builder'),(1142,217,'_elementor_template_type','section'),(1143,217,'_elementor_version','3.21.8'),(1144,217,'_wp_page_template','default'),(1145,217,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"min_height\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_laptop\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile_extra\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\"},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1146,217,'_elementor_page_assets','a:0:{}'),(1147,217,'_elementor_css','a:6:{s:4:\"time\";i:1717516558;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1149,218,'_elementor_edit_mode','builder'),(1150,218,'_elementor_template_type','wp-page'),(1151,218,'_elementor_version','3.21.8'),(1152,218,'_wp_page_template','elementor_header_footer'),(1153,218,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":3,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1154,218,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1155,218,'_elementor_css','a:6:{s:4:\"time\";i:1717516537;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1156,219,'_elementor_edit_mode','builder'),(1157,219,'_elementor_template_type','wp-page'),(1158,219,'_elementor_version','3.21.8'),(1159,219,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (1160,219,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":3,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1161,219,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1162,219,'_elementor_css','a:6:{s:4:\"time\";i:1717516537;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1163,220,'_elementor_edit_mode','builder'),(1164,220,'_elementor_template_type','wp-page'),(1165,220,'_elementor_version','3.21.8'),(1166,220,'_wp_page_template','elementor_header_footer'),(1167,220,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1168,220,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1169,220,'_elementor_css','a:6:{s:4:\"time\";i:1717516537;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1171,221,'_elementor_edit_mode','builder'),(1172,221,'_elementor_template_type','section'),(1173,221,'_elementor_version','3.21.8'),(1174,221,'_wp_page_template','default'),(1175,221,'_elementor_data','[{\"id\":\"83a508c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bffc302\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"f1fb299\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fe82316\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c164079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9695f15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fd3aa75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1176,221,'_elementor_page_assets','a:0:{}'),(1177,221,'_elementor_css','a:6:{s:4:\"time\";i:1717516593;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1178,222,'_elementor_edit_mode','builder'),(1179,222,'_elementor_template_type','section'),(1180,222,'_elementor_version','3.21.8'),(1181,222,'_wp_page_template','default'),(1182,222,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1183,222,'_elementor_page_assets','a:0:{}'),(1184,222,'_elementor_css','a:6:{s:4:\"time\";i:1717515957;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1185,223,'_elementor_edit_mode','builder'),(1186,223,'_elementor_template_type','section'),(1187,223,'_elementor_version','3.21.8'),(1188,223,'_wp_page_template','default'),(1189,223,'_elementor_data','[{\"id\":\"83a508c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bffc302\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"f1fb299\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fe82316\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c164079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9695f15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fd3aa75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1190,223,'_elementor_page_assets','a:0:{}'),(1191,224,'_elementor_edit_mode','builder'),(1192,224,'_elementor_template_type','section'),(1193,224,'_elementor_version','3.21.8'),(1194,224,'_wp_page_template','default'),(1195,224,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1196,224,'_elementor_page_assets','a:0:{}'),(1197,224,'_elementor_css','a:6:{s:4:\"time\";i:1717516399;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1198,225,'_elementor_edit_mode','builder'),(1199,225,'_elementor_template_type','section'),(1200,225,'_elementor_version','3.21.8'),(1201,225,'_wp_page_template','default'),(1202,225,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15<\\/p><\\/div>

Grade: <\\/span><\\/strong>Form 2 (10th Grade)<\\/p><\\/div>

Ambition: <\\/span><\\/strong>Nurse<\\/p><\\/div>

Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1203,225,'_elementor_page_assets','a:0:{}'),(1207,226,'_elementor_edit_mode','builder'),(1208,226,'_elementor_template_type','section'),(1209,226,'_elementor_version','3.21.8'),(1210,226,'_wp_page_template','default'),(1211,226,'_elementor_data','[{\"id\":\"83a508c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bffc302\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"f1fb299\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fe82316\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c164079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9695f15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fd3aa75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1212,226,'_elementor_page_assets','a:0:{}'),(1213,226,'_elementor_css','a:6:{s:4:\"time\";i:1717516713;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1214,227,'_elementor_edit_mode','builder'),(1215,227,'_elementor_template_type','section'),(1216,227,'_elementor_version','3.21.8'),(1217,227,'_wp_page_template','default'),(1218,227,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1219,227,'_elementor_page_assets','a:0:{}'),(1220,227,'_elementor_css','a:6:{s:4:\"time\";i:1717516713;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1221,228,'_elementor_edit_mode','builder'),(1222,228,'_elementor_template_type','section'),(1223,228,'_elementor_version','3.21.8'),(1224,228,'_wp_page_template','default'),(1225,228,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1226,228,'_elementor_page_assets','a:0:{}'),(1227,228,'_elementor_css','a:6:{s:4:\"time\";i:1717516713;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1231,229,'_elementor_edit_mode','builder'),(1232,229,'_elementor_template_type','wp-page'),(1233,229,'_elementor_version','3.21.8'),(1234,229,'_wp_page_template','elementor_header_footer'),(1235,229,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1236,229,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1237,229,'_elementor_css','a:6:{s:4:\"time\";i:1717516642;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1238,230,'_elementor_edit_mode','builder'),(1239,230,'_elementor_template_type','wp-page'),(1240,230,'_elementor_version','3.21.8'),(1241,230,'_wp_page_template','elementor_header_footer'),(1242,230,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1243,230,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1244,230,'_elementor_css','a:6:{s:4:\"time\";i:1717516642;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1245,231,'_elementor_edit_mode','builder'),(1246,231,'_elementor_template_type','wp-page'),(1247,231,'_elementor_version','3.21.8'),(1248,231,'_wp_page_template','elementor_header_footer'),(1249,231,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":3,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1250,231,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1251,231,'_elementor_css','a:6:{s:4:\"time\";i:1717516642;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1253,232,'_elementor_edit_mode','builder'),(1254,232,'_elementor_template_type','section'),(1255,232,'_elementor_version','3.21.8'),(1256,232,'_wp_page_template','default'),(1257,232,'_elementor_data','[{\"id\":\"83a508c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bffc302\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"flex_align_items\":\"stretch\"},\"elements\":[{\"id\":\"f1fb299\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fe82316\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c164079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9695f15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fd3aa75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1258,232,'_elementor_page_assets','a:0:{}'),(1259,232,'_elementor_css','a:6:{s:4:\"time\";i:1717516778;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1261,233,'_elementor_edit_mode','builder'),(1262,233,'_elementor_template_type','section'),(1263,233,'_elementor_version','3.21.8'),(1264,233,'_wp_page_template','default'),(1265,233,'_elementor_data','[{\"id\":\"83a508c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bffc302\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"f1fb299\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fe82316\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c164079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9695f15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fd3aa75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1266,233,'_elementor_page_assets','a:0:{}'),(1267,233,'_elementor_css','a:6:{s:4:\"time\";i:1717516893;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1269,234,'_elementor_edit_mode','builder'),(1270,234,'_elementor_template_type','section'),(1271,234,'_elementor_version','3.21.8'),(1272,234,'_wp_page_template','default'),(1273,234,'_elementor_data','[{\"id\":\"83a508c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bffc302\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"f1fb299\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fe82316\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c164079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9695f15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fd3aa75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1274,234,'_elementor_page_assets','a:0:{}'),(1275,234,'_elementor_css','a:6:{s:4:\"time\";i:1717516942;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1277,235,'_elementor_edit_mode','builder'),(1278,235,'_elementor_template_type','section'),(1279,235,'_elementor_version','3.21.8'),(1280,235,'_wp_page_template','default'),(1281,235,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1282,235,'_elementor_page_assets','a:0:{}'),(1283,235,'_elementor_css','a:6:{s:4:\"time\";i:1717516778;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1284,236,'_elementor_edit_mode','builder'),(1285,236,'_elementor_template_type','section'),(1286,236,'_elementor_version','3.21.8'),(1287,236,'_wp_page_template','default'),(1288,236,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1289,236,'_elementor_page_assets','a:0:{}'),(1290,236,'_elementor_css','a:6:{s:4:\"time\";i:1717516778;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1293,237,'_elementor_edit_mode','builder'),(1294,237,'_elementor_template_type','section'),(1295,237,'_elementor_version','3.21.8'),(1296,237,'_wp_page_template','default'),(1297,237,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1298,237,'_elementor_page_assets','a:0:{}'),(1299,237,'_elementor_css','a:6:{s:4:\"time\";i:1717517089;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1300,238,'_elementor_edit_mode','builder'),(1301,238,'_elementor_template_type','section'),(1302,238,'_elementor_version','3.21.8'),(1303,238,'_wp_page_template','default'),(1304,238,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1305,238,'_elementor_page_assets','a:0:{}'),(1306,238,'_elementor_css','a:6:{s:4:\"time\";i:1717517089;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1307,239,'_elementor_edit_mode','builder'),(1308,239,'_elementor_template_type','section'),(1309,239,'_elementor_version','3.21.8'),(1310,239,'_wp_page_template','default'),(1311,239,'_elementor_data','[{\"id\":\"83a508c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bffc302\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"f1fb299\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fe82316\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c164079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9695f15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fd3aa75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1312,239,'_elementor_page_assets','a:0:{}'),(1313,239,'_elementor_css','a:6:{s:4:\"time\";i:1717517043;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1317,240,'_wp_attached_file','2024/06/Charity-Sinante-Nooselin_edited.webp'),(1318,240,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:344;s:6:\"height\";i:311;s:4:\"file\";s:44:\"2024/06/Charity-Sinante-Nooselin_edited.webp\";s:8:\"filesize\";i:25242;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Charity-Sinante-Nooselin_edited-300x271.webp\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19310;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Charity-Sinante-Nooselin_edited-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1319,241,'_elementor_edit_mode','builder'),(1320,241,'_elementor_template_type','section'),(1321,241,'_elementor_version','3.21.8'),(1322,241,'_wp_page_template','default'),(1323,241,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Charity-Sinante-Nooselin_edited.webp\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity Sinante Nooselin\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>17
Grade: <\\/span><\\/strong>Form 4 (12th Grade)<\\/span>
Ambition: <\\/span><\\/strong>Computer Scientist
Favorite Verse: <\\/span><\\/strong>John 1:12<\\/span><\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1324,241,'_elementor_page_assets','a:0:{}'),(1325,241,'_elementor_css','a:6:{s:4:\"time\";i:1717517131;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1327,242,'_wp_attached_file','2024/06/Agnes-Nabulu-Nginai_edited.webp'),(1328,242,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:344;s:6:\"height\";i:311;s:4:\"file\";s:39:\"2024/06/Agnes-Nabulu-Nginai_edited.webp\";s:8:\"filesize\";i:21156;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Agnes-Nabulu-Nginai_edited-300x271.webp\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Agnes-Nabulu-Nginai_edited-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1329,243,'_elementor_edit_mode','builder'),(1330,243,'_elementor_template_type','section'),(1331,243,'_elementor_version','3.21.8'),(1332,243,'_wp_page_template','default'),(1333,243,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Agnes-Nabulu-Nginai_edited.webp\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agnes Nabulu\\n\\nNginai\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>17
Grade:<\\/span><\\/strong>Form 3 (11th Grade)<\\/span>
Ambition:<\\/span><\\/strong>Fashion Designer<\\/span>
Favorite Verse: <\\/span><\\/strong>John 5:24<\\/span><\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1334,243,'_elementor_page_assets','a:0:{}'),(1335,243,'_elementor_css','a:6:{s:4:\"time\";i:1717517131;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1337,244,'_elementor_edit_mode','builder'),(1338,244,'_elementor_template_type','wp-page'),(1339,244,'_elementor_version','3.21.8'),(1340,244,'_wp_page_template','elementor_header_footer'),(1341,244,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":3,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1342,244,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1343,244,'_elementor_css','a:6:{s:4:\"time\";i:1717516785;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1344,245,'_elementor_edit_mode','builder'),(1345,245,'_elementor_template_type','wp-page'),(1346,245,'_elementor_version','3.21.8'),(1347,245,'_wp_page_template','elementor_header_footer'),(1348,245,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":3,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1349,245,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1350,245,'_elementor_css','a:6:{s:4:\"time\";i:1717516785;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1351,246,'_elementor_edit_mode','builder'),(1352,246,'_elementor_template_type','wp-page'),(1353,246,'_elementor_version','3.21.8'),(1354,246,'_wp_page_template','elementor_header_footer'),(1355,246,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1356,246,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1357,246,'_elementor_css','a:6:{s:4:\"time\";i:1717516785;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1359,247,'_elementor_edit_mode','builder'),(1360,247,'_elementor_template_type','wp-page'),(1361,247,'_elementor_version','3.21.8'),(1362,247,'_wp_page_template','elementor_header_footer'),(1363,247,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1364,247,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1365,247,'_elementor_css','a:6:{s:4:\"time\";i:1717517462;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1366,248,'_elementor_edit_mode','builder'),(1367,248,'_elementor_template_type','wp-page'),(1368,248,'_elementor_version','3.21.8'),(1369,248,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (1370,248,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1371,248,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1372,248,'_elementor_css','a:6:{s:4:\"time\";i:1717517462;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1373,249,'_elementor_edit_mode','builder'),(1374,249,'_elementor_template_type','wp-page'),(1375,249,'_elementor_version','3.21.8'),(1376,249,'_wp_page_template','elementor_header_footer'),(1377,249,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1378,249,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1379,249,'_elementor_css','a:6:{s:4:\"time\";i:1717517462;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1381,250,'_elementor_edit_mode','builder'),(1382,250,'_elementor_template_type','section'),(1383,250,'_elementor_version','3.21.8'),(1384,250,'_edit_lock','1717517608:1'),(1385,250,'ekit_post_views_count','2'),(1386,250,'_wp_page_template','default'),(1387,250,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Agnes-Nabulu-Nginai_edited.webp\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agnes Nabulu\\n\\nNginai\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>17
Grade:<\\/span><\\/strong>Form 3 (11th Grade)<\\/span>
Ambition:<\\/span><\\/strong>Fashion Designer<\\/span>
Favorite Verse: <\\/span><\\/strong>John 5:24<\\/span><\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1388,250,'_elementor_page_assets','a:0:{}'),(1389,250,'_edit_last','1'),(1390,250,'_elementor_css','a:6:{s:4:\"time\";i:1717517597;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1391,251,'_elementor_edit_mode','builder'),(1392,251,'_elementor_template_type','section'),(1393,251,'_elementor_version','3.21.8'),(1394,251,'_wp_page_template','default'),(1395,251,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Agnes-Nabulu-Nginai_edited.webp\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agnes Nabulu\\n\\nNginai\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>17
Grade:<\\/span><\\/strong>Form 3 (11th Grade)<\\/span>
Ambition:<\\/span><\\/strong>Fashion Designer<\\/span>
Favorite Verse: <\\/span><\\/strong>John 5:24<\\/span><\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1396,251,'_elementor_page_assets','a:0:{}'),(1397,251,'_elementor_css','a:6:{s:4:\"time\";i:1717517597;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1398,252,'_elementor_edit_mode','builder'),(1399,252,'_elementor_template_type','wp-page'),(1400,252,'_elementor_version','3.21.8'),(1401,252,'_wp_page_template','elementor_header_footer'),(1402,252,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1403,252,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1404,252,'_elementor_css','a:6:{s:4:\"time\";i:1717517589;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1405,253,'_elementor_edit_mode','builder'),(1406,253,'_elementor_template_type','wp-page'),(1407,253,'_elementor_version','3.21.8'),(1408,253,'_wp_page_template','elementor_header_footer'),(1409,253,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=6ae8093\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6d8e8cc9\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":\"95\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-4.png\"},{\"id\":\"96\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-3.png\"},{\"id\":\"97\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-2.png\"},{\"id\":\"98\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black-1.png\"},{\"id\":\"99\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/logo_lorem_black.png\"}],\"slides_to_show\":\"5\",\"slides_to_show_tablet\":\"4\",\"slides_to_show_mobile\":\"2\",\"slides_to_scroll\":\"1\",\"navigation\":\"none\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1410,253,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1411,253,'_elementor_css','a:6:{s:4:\"time\";i:1717517589;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1412,254,'_elementor_edit_mode','builder'),(1413,254,'_elementor_template_type','wp-page'),(1414,254,'_elementor_version','3.21.8'),(1415,254,'_wp_page_template','elementor_header_footer'),(1416,254,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1417,254,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1418,254,'_elementor_css','a:6:{s:4:\"time\";i:1717517589;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1420,255,'_wp_attached_file','2024/06/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp'),(1421,255,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:763;s:6:\"height\";i:745;s:4:\"file\";s:55:\"2024/06/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\";s:8:\"filesize\";i:140348;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2-300x293.webp\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1422,256,'_wp_attached_file','2024/06/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp'),(1423,256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:705;s:6:\"height\";i:398;s:4:\"file\";s:55:\"2024/06/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\";s:8:\"filesize\";i:92778;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21946;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1424,257,'_elementor_edit_mode','builder'),(1425,257,'_elementor_template_type','wp-page'),(1426,257,'_elementor_version','3.21.8'),(1427,257,'_wp_page_template','elementor_header_footer'),(1428,257,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1429,257,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1430,257,'_elementor_css','a:6:{s:4:\"time\";i:1717517890;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1431,258,'_elementor_edit_mode','builder'),(1432,258,'_elementor_template_type','wp-page'),(1433,258,'_elementor_version','3.21.8'),(1434,258,'_wp_page_template','elementor_header_footer'),(1435,258,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6c9618\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"100\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-3.png\"},\"background_overlay_position\":\"center left\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"auto\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"985026e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":38.5,\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_inline_size_tablet_extra\":25,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"%\",\"top\":\"-2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1a17e067\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"71cbdc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Latest Events\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"484ae1f8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Upcoming\\nEvents\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"73e00f5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"40ab80b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":61.5,\"_inline_size_tablet_extra\":75,\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f7ed282\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"ea43e9f\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"image\":{\"id\":109,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-02\",\"_id\":\"9e88e49\",\"image\":{\"id\":110,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-1.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-03\",\"_id\":\"d76175e\",\"image\":{\"id\":111,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-2.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-04\",\"_id\":\"c81117f\",\"image\":{\"id\":112,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-3.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-carousel-home-03-events-01\",\"_id\":\"eb84024\",\"image\":{\"id\":113,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-4.jpg\"}}],\"carousel_column_desk\":\"4\",\"w_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"h_size_carousel_bullets\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"carousel_arrow\":\"\",\"carousel_bullets_horizontal_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_vertical_position_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"carousel_bullets_margin_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"carousel_bullets_border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"carousel_bullets_border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_bullets_border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"w_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"w_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_carousel_bullets_active\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"h_size_carousel_bullets_active_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"carousel_bullets_bg_color\":\"globals\\/colors?id=07ca701\",\"carousel_bullets_hover_bg_color\":\"globals\\/colors?id=accent\"},\"carousel_bullets_vertical_position\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"carousel_bullets_vertical_position_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_bullets_vertical_position_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"carousel_column_tablet\":\"2\",\"carousel_bullets_horizontal_position\":{\"unit\":\"%\",\"size\":-29,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"63735349\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"51\",\"right\":\"0\",\"bottom\":\"102\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20522ee0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"587a9237\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"44b969d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4811e575\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c69d5e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Start Donating them\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6965cc16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Find Popular Causes\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2d7603ec\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"32\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1b250306\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4c3f2f3c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"101\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-6M6AG39.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"51c5c254\",\"elType\":\"widget\",\"settings\":{\"title\":\"MEDICAL\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bb7b155\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2bc698e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"254240ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your little help can heal\\ntheir pains\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6eb3c486\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"701752cc\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"7c9d2f95\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d753d31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"183eeb35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"102\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-5VNVJ8V.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"16ac24c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Education\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"125c404\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7145031\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"645dcddf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Give african childrens a\\ngood education\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a42acb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3271b45f\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"6dca8561\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f4d36c9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\"},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"8c66d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/causes_home01-JRE3YVL.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":280,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d767861\",\"elType\":\"widget\",\"settings\":{\"title\":\"Food\",\"header_size\":\"p\",\"_padding\":{\"unit\":\"px\",\"top\":\"12\",\"right\":\"20\",\"bottom\":\"12\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=01865a4\"},\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"550c32e\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2e3b01cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"62f7613c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Raise funds for clean &\\nhealthy food\",\"header_size\":\"h4\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35eb9b05\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Aellentesque porttitor lacus quis enim varius sed efficitur...<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"31c743f8\",\"elType\":\"widget\",\"settings\":{\"form_id\":118,\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"Give Goal\"},{\"id\":\"67855abe\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"align\":\"center\",\"button_text_color\":\"#6F6F6F\",\"background_color\":\"#F2F2F200\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E33C3400\",\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_hover_background\":\"classic\",\"_background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"button_text_color\":\"globals\\/colors?id=text\",\"button_background_hover_color\":\"\",\"hover_color\":\"globals\\/colors?id=4921f04\",\"_background_color\":\"globals\\/colors?id=6ae8093\",\"_background_hover_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1436,258,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1437,258,'_elementor_css','a:6:{s:4:\"time\";i:1717517890;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1438,259,'_elementor_edit_mode','builder'),(1439,259,'_elementor_template_type','wp-page'),(1440,259,'_elementor_version','3.21.8'),(1441,259,'_wp_page_template','elementor_header_footer'),(1442,259,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1443,259,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1444,259,'_elementor_css','a:6:{s:4:\"time\";i:1717517890;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:7;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1454,261,'_wp_attached_file','2024/06/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp'),(1455,261,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:705;s:6:\"height\";i:398;s:4:\"file\";s:57:\"2024/06/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\";s:8:\"filesize\";i:92778;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21946;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1456,262,'_wp_attached_file','2024/06/download-6.webp'),(1457,262,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:763;s:4:\"file\";s:23:\"2024/06/download-6.webp\";s:8:\"filesize\";i:283170;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"download-6-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"download-6-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9088;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"download-6-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:118132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1458,263,'_wp_attached_file','2024/06/download-5.webp'),(1459,263,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1143;s:6:\"height\";i:762;s:4:\"file\";s:23:\"2024/06/download-5.webp\";s:8:\"filesize\";i:284480;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"download-5-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24384;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"download-5-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:165828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"download-5-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11046;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"download-5-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111376;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1460,264,'_wp_attached_file','2024/06/download-4.webp'),(1461,264,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:571;s:6:\"height\";i:763;s:4:\"file\";s:23:\"2024/06/download-4.webp\";s:8:\"filesize\";i:197562;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"download-4-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"download-4-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10048;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1462,265,'_wp_attached_file','2024/06/download-3.webp'),(1463,265,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:572;s:6:\"height\";i:763;s:4:\"file\";s:23:\"2024/06/download-3.webp\";s:8:\"filesize\";i:199864;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"download-3-225x300.webp\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"download-3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8930;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1464,266,'_wp_attached_file','2024/06/download-2.webp'),(1465,266,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:493;s:6:\"height\";i:763;s:4:\"file\";s:23:\"2024/06/download-2.webp\";s:8:\"filesize\";i:175326;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"download-2-194x300.webp\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22740;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"download-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9884;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1466,267,'_wp_attached_file','2024/06/download-1.webp'),(1467,267,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:544;s:6:\"height\";i:763;s:4:\"file\";s:23:\"2024/06/download-1.webp\";s:8:\"filesize\";i:124356;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"download-1-214x300.webp\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"download-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8472;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1468,268,'_wp_attached_file','2024/06/download.webp'),(1469,268,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1017;s:6:\"height\";i:763;s:4:\"file\";s:21:\"2024/06/download.webp\";s:8:\"filesize\";i:255038;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"download-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"download-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7146;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"download-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:106844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1470,269,'_elementor_edit_mode','builder'),(1471,269,'_elementor_template_type','wp-page'),(1472,269,'_elementor_version','3.21.8'),(1473,269,'_wp_page_template','elementor_header_footer'),(1474,269,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1475,269,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1476,269,'_elementor_css','a:6:{s:4:\"time\";i:1717518478;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1477,270,'_elementor_edit_mode','builder'),(1478,270,'_elementor_template_type','wp-page'),(1479,270,'_elementor_version','3.21.8'),(1480,270,'_wp_page_template','elementor_header_footer'),(1481,270,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"21\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"21\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"233d174f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":26,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"21\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2698e1dd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-2GB5STW.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f5fe01f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a180ada\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"107\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home02-ER3ULG7.jpg\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"opacity_hover\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"background_hover_transition\":{\"unit\":\"px\",\"size\":0.299999999999999988897769753748434595763683319091796875,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"__globals__\":{\"_background_color\":\"globals\\/colors?id=primary\"},\"align_mobile\":\"right\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"3\",\"right\":\"3\",\"bottom\":\"3\",\"left\":\"3\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":33.33330000000000126192389870993793010711669921875,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":77,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"20fb7ba4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":73.6650000000000062527760746888816356658935546875,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2f55f840\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"106\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/testimonial_home03-7KXQNHG.jpg\"},\"align\":\"left\",\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width\":{\"unit\":\"px\",\"size\":237,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":251,\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"484584d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"_inline_size_tablet\":60,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3722bd32\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

This is due to their excellent service, competitive pricing and customer support. It\\u2019s throughly refresing to get such a personal touch.<\\/p>\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=f1c43b4\",\"text_color\":\"globals\\/colors?id=4921f04\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"63934958\",\"elType\":\"widget\",\"settings\":{\"title\":\"- Christine Eve\\n\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1482,270,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1483,270,'_elementor_css','a:6:{s:4:\"time\";i:1717518478;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1484,271,'_elementor_edit_mode','builder'),(1485,271,'_elementor_template_type','wp-page'),(1486,271,'_elementor_version','3.21.8'),(1487,271,'_wp_page_template','elementor_header_footer'),(1488,271,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1489,271,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1490,271,'_elementor_css','a:6:{s:4:\"time\";i:1717518478;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1492,272,'_wp_page_template','elementor_canvas'),(1493,272,'_elementor_edit_mode','builder'),(1494,272,'_elementor_template_type','wp-post'),(1495,272,'_elementor_version','3.21.8'); INSERT INTO `jan_postmeta` VALUES (1496,272,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Recent Causes\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"New Campaign\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Site Map\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"needhelp@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"+ 1 (307) 776-0608\",\"selected_icon\":{\"value\":\"icon icon-smartphone\",\"library\":\"ekiticons\"},\"_id\":\"baf655a\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5c58134a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

60 Broklyn Golden Street, New York United States of America<\\/p>\",\"text_color\":\"#898989\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=c1b1526\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"22\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2023 by {{Themesflat}}\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"tf-scroll-top\"}],\"isInner\":true},{\"id\":\"432dd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1497,272,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1498,272,'_elementor_css','a:6:{s:4:\"time\";i:1717511565;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:12;s:9:\"ekiticons\";i:13;s:5:\"solid\";i:14;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1499,273,'_wp_page_template','elementor_canvas'),(1500,273,'_elementor_edit_mode','builder'),(1501,273,'_elementor_template_type','wp-post'),(1502,273,'_elementor_version','3.21.8'),(1503,273,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Recent Causes\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"About us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"New Campaign\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Site Map\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Events\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"needhelp@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"+ 1 (307) 776-0608\",\"selected_icon\":{\"value\":\"icon icon-smartphone\",\"library\":\"ekiticons\"},\"_id\":\"baf655a\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5c58134a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

60 Broklyn Golden Street, New York United States of America<\\/p>\",\"text_color\":\"#898989\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=c1b1526\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"22\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\"},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2023 by {{Themesflat}}\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"}},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"tf-scroll-top\"}],\"isInner\":true},{\"id\":\"432dd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1504,273,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1505,273,'_elementor_css','a:6:{s:4:\"time\";i:1717511565;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:12;s:9:\"ekiticons\";i:13;s:5:\"solid\";i:14;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1506,274,'_wp_page_template','elementor_canvas'),(1507,274,'_elementor_edit_mode','builder'),(1508,274,'_elementor_template_type','wp-post'),(1509,274,'_elementor_version','3.21.8'),(1510,274,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"id\":144,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"needhelp@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"+ 1 (307) 776-0608\",\"selected_icon\":{\"value\":\"icon icon-smartphone\",\"library\":\"ekiticons\"},\"_id\":\"baf655a\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5c58134a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

60 Broklyn Golden Street, New York United States of America<\\/p>\",\"text_color\":\"#898989\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=c1b1526\",\"typography_typography\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"22\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"432dd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1511,274,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1512,274,'_elementor_css','a:6:{s:4:\"time\";i:1717511565;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:12;s:9:\"ekiticons\";i:13;s:5:\"solid\";i:14;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1513,275,'_wp_page_template','elementor_canvas'),(1514,275,'_elementor_edit_mode','builder'),(1515,275,'_elementor_template_type','wp-post'),(1516,275,'_elementor_version','3.21.8'),(1517,275,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"id\":144,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"needhelp@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"+ 1 (307) 776-0608\",\"selected_icon\":{\"value\":\"icon icon-smartphone\",\"library\":\"ekiticons\"},\"_id\":\"baf655a\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5c58134a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

60 Broklyn Golden Street, New York United States of America<\\/p>\",\"text_color\":\"#898989\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=c1b1526\",\"typography_typography\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"22\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"432dd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1518,275,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1519,276,'_wp_page_template','elementor_canvas'),(1520,276,'_elementor_edit_mode','builder'),(1521,276,'_elementor_template_type','wp-post'),(1522,276,'_elementor_version','3.21.8'),(1523,276,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"id\":144,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"needhelp@company.com\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"+ 1 (307) 776-0608\",\"selected_icon\":{\"value\":\"icon icon-smartphone\",\"library\":\"ekiticons\"},\"_id\":\"baf655a\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"5c58134a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

60 Broklyn Golden Street, New York United States of America<\\/p>\",\"text_color\":\"#898989\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"none\",\"typography_font_style\":\"normal\",\"typography_text_decoration\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=c1b1526\",\"typography_typography\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"22\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true},{\"id\":\"432dd2c3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=primary\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1524,276,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1525,277,'_wp_page_template','elementor_canvas'),(1526,277,'_elementor_edit_mode','builder'),(1527,277,'_elementor_template_type','wp-post'),(1528,277,'_elementor_version','3.21.8'),(1529,277,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"id\":144,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1530,277,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1532,278,'_wp_page_template','elementor_canvas'),(1533,278,'_elementor_edit_mode','builder'),(1534,278,'_elementor_template_type','wp-post'),(1535,278,'_elementor_version','3.21.8'),(1536,278,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"id\":144,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1537,278,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1538,278,'_elementor_css','a:6:{s:4:\"time\";i:1717519418;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1539,279,'_wp_page_template','elementor_canvas'),(1540,279,'_elementor_edit_mode','builder'),(1541,279,'_elementor_template_type','wp-post'),(1542,279,'_elementor_version','3.21.8'),(1543,279,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"id\":144,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Differently Abled Kids\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Help Child Cancer\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Clean Pure Water\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Give them Education\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1544,279,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1545,279,'_elementor_css','a:6:{s:4:\"time\";i:1717519418;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1546,280,'_wp_page_template','elementor_canvas'),(1547,280,'_elementor_edit_mode','builder'),(1548,280,'_elementor_template_type','wp-post'),(1549,280,'_elementor_version','3.21.8'),(1550,280,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"id\":144,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Staff\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Board of Directors\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1551,280,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1552,280,'_elementor_css','a:6:{s:4:\"time\";i:1717519418;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1553,281,'_wp_attached_file','2024/06/image2-12-800x826-1.jpg'),(1554,281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:826;s:4:\"file\";s:31:\"2024/06/image2-12-800x826-1.jpg\";s:8:\"filesize\";i:78480;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"image2-12-800x826-1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"image2-12-800x826-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:6400;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"image2-12-800x826-1-768x793.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:793;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1555,282,'_wp_attached_file','2024/06/image3-7-800x826-1.jpg'),(1556,282,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:826;s:4:\"file\";s:30:\"2024/06/image3-7-800x826-1.jpg\";s:8:\"filesize\";i:115484;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"image3-7-800x826-1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22747;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"image3-7-800x826-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:7872;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"image3-7-800x826-1-768x793.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:793;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91033;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1557,283,'_wp_attached_file','2024/06/image4-4-800x826-1.jpg'),(1558,283,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:826;s:4:\"file\";s:30:\"2024/06/image4-4-800x826-1.jpg\";s:8:\"filesize\";i:108479;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"image4-4-800x826-1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"image4-4-800x826-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:7280;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"image4-4-800x826-1-768x793.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:793;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77504;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1559,284,'_wp_attached_file','2024/06/image-23-800x826-1.jpg'),(1560,284,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:826;s:4:\"file\";s:30:\"2024/06/image-23-800x826-1.jpg\";s:8:\"filesize\";i:104438;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"image-23-800x826-1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20324;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"image-23-800x826-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:7872;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"image-23-800x826-1-768x793.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:793;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75776;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1561,285,'_elementor_edit_mode','builder'),(1562,285,'_elementor_template_type','wp-page'),(1563,285,'_elementor_version','3.21.8'),(1564,285,'_wp_page_template','elementor_header_footer'),(1565,285,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1566,285,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1567,285,'_elementor_css','a:6:{s:4:\"time\";i:1717518883;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1568,286,'_elementor_edit_mode','builder'),(1569,286,'_elementor_template_type','wp-page'),(1570,286,'_elementor_version','3.21.8'),(1571,286,'_wp_page_template','elementor_header_footer'),(1572,286,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":114,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-5.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"94a0bb0\",\"image\":{\"id\":115,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-6.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"726c2c9\",\"image\":{\"id\":116,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-7.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"a42f127\",\"image\":{\"id\":117,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-8.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-01-home-03\",\"_id\":\"29bccff\",\"image\":{\"id\":118,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-9.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-02-home-03\",\"_id\":\"e3cddad\",\"image\":{\"id\":119,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-10.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-03-home-03\",\"_id\":\"d476d83\",\"image\":{\"id\":120,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-11.jpg\"}},{\"list_content_type\":\"template\",\"list_content_template\":\"templates-image-block-04-home-03\",\"_id\":\"f44fa98\",\"image\":{\"id\":121,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder-12.jpg\"}}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":\"\",\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1573,286,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1574,286,'_elementor_css','a:6:{s:4:\"time\";i:1717518883;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1575,287,'_elementor_edit_mode','builder'),(1576,287,'_elementor_template_type','wp-page'),(1577,287,'_elementor_version','3.21.8'),(1578,287,'_wp_page_template','elementor_header_footer'),(1579,287,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1580,287,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1581,287,'_elementor_css','a:6:{s:4:\"time\";i:1717518883;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1584,288,'_elementor_edit_mode','builder'),(1585,288,'_elementor_template_type','wp-page'),(1586,288,'_elementor_version','3.21.8'),(1587,288,'_wp_page_template','elementor_header_footer'),(1588,288,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1589,288,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1590,288,'_elementor_css','a:6:{s:4:\"time\";i:1717519708;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1591,289,'_elementor_edit_mode','builder'),(1592,289,'_elementor_template_type','wp-page'),(1593,289,'_elementor_version','3.21.8'),(1594,289,'_wp_page_template','elementor_header_footer'),(1595,289,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Check Photo Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e682d48\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"3edbb099\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"560ff263\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":449,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false}],\"isInner\":false}]'),(1596,289,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1597,289,'_elementor_css','a:6:{s:4:\"time\";i:1717519708;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1598,290,'_elementor_edit_mode','builder'),(1599,290,'_elementor_template_type','wp-page'),(1600,290,'_elementor_version','3.21.8'),(1601,290,'_wp_page_template','elementor_header_footer'),(1602,290,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1603,290,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1604,290,'_elementor_css','a:6:{s:4:\"time\";i:1717519708;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1606,291,'_wp_attached_file','2024/06/Ministries_Logo_side.png'),(1607,291,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:147;s:6:\"height\";i:85;s:4:\"file\";s:32:\"2024/06/Ministries_Logo_side.png\";s:8:\"filesize\";i:16023;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:{}}}'),(1608,292,'_wp_page_template','elementor_canvas'),(1609,292,'_elementor_edit_mode','builder'),(1610,292,'_elementor_template_type','wp-post'),(1611,292,'_elementor_version','3.21.8'),(1612,292,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"id\":144,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Staff\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Board of Directors\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1613,292,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1614,292,'_elementor_css','a:6:{s:4:\"time\";i:1717519709;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1615,293,'_wp_page_template','elementor_canvas'),(1616,293,'_elementor_edit_mode','builder'),(1617,293,'_elementor_template_type','wp-post'),(1618,293,'_elementor_version','3.21.8'),(1619,293,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"id\":144,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Staff\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Board of Directors\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1620,293,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1621,293,'_elementor_css','a:6:{s:4:\"time\";i:1717519709;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1622,294,'_wp_page_template','elementor_canvas'),(1623,294,'_elementor_edit_mode','builder'),(1624,294,'_elementor_template_type','wp-post'),(1625,294,'_elementor_version','3.21.8'),(1626,294,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"id\":291,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Staff\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Board of Directors\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1627,294,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1628,294,'_elementor_css','a:6:{s:4:\"time\";i:1717519709;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1630,295,'_elementor_edit_mode','builder'),(1631,295,'_elementor_template_type','wp-page'),(1632,295,'_elementor_version','3.21.8'),(1633,295,'_wp_page_template','elementor_header_footer'),(1634,295,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1635,295,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1636,295,'_elementor_css','a:6:{s:4:\"time\";i:1717519739;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1637,296,'_elementor_edit_mode','builder'),(1638,296,'_elementor_template_type','wp-page'),(1639,296,'_elementor_version','3.21.8'),(1640,296,'_wp_page_template','elementor_header_footer'),(1641,296,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1642,296,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1643,296,'_elementor_css','a:6:{s:4:\"time\";i:1717519739;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1644,297,'_elementor_edit_mode','builder'),(1645,297,'_elementor_template_type','wp-page'),(1646,297,'_elementor_version','3.21.8'),(1647,297,'_wp_page_template','elementor_header_footer'),(1648,297,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1649,297,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1650,297,'_elementor_css','a:6:{s:4:\"time\";i:1717519739;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1656,299,'_edit_last','1'),(1657,299,'_edit_lock','1717525759:1'),(1658,300,'_wp_attached_file','2024/06/0805c9_15fec9099f294aae97ab803106034a7emv2.webp'),(1659,300,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:454;s:6:\"height\";i:341;s:4:\"file\";s:55:\"2024/06/0805c9_15fec9099f294aae97ab803106034a7emv2.webp\";s:8:\"filesize\";i:60398;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"0805c9_15fec9099f294aae97ab803106034a7emv2-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"0805c9_15fec9099f294aae97ab803106034a7emv2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9764;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1660,299,'_thumbnail_id','300'),(1661,299,'_wp_page_template','default'),(1664,299,'gallery_images',''),(1665,299,'video_url','https://www.youtube.com/embed/nrJtHemSPW4'),(1666,299,'audio_url',''),(1667,299,'quote_text',''),(1668,299,'_pingme','1'),(1669,299,'_encloseme','1'),(1670,304,'_elementor_edit_mode','builder'),(1671,304,'_elementor_template_type','wp-page'),(1672,304,'_elementor_version','3.21.8'),(1673,304,'_wp_page_template','elementor_header_footer'),(1674,304,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1675,304,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1676,304,'_elementor_css','a:6:{s:4:\"time\";i:1717519809;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1677,305,'_elementor_edit_mode','builder'),(1678,305,'_elementor_template_type','wp-page'),(1679,305,'_elementor_version','3.21.8'),(1680,305,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (1681,305,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"home-01\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1682,305,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1683,305,'_elementor_css','a:6:{s:4:\"time\";i:1717519809;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1684,306,'_elementor_edit_mode','builder'),(1685,306,'_elementor_template_type','wp-page'),(1686,306,'_elementor_version','3.21.8'),(1687,306,'_wp_page_template','elementor_header_footer'),(1688,306,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1689,306,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1690,306,'_elementor_css','a:6:{s:4:\"time\";i:1717519809;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1692,299,'ekit_post_views_count','5'),(1693,307,'_elementor_edit_mode','builder'),(1694,307,'_elementor_template_type','wp-post'),(1695,307,'_edit_last','1'),(1696,307,'_edit_lock','1717520877:1'),(1697,307,'_wp_page_template','elementor_canvas'),(1698,307,'tfhf_template_type','type_header'),(1699,307,'tfhf_template_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:8:\"post|all\";}s:8:\"specific\";a:0:{}}'),(1700,307,'tfhf_template_exclude_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:13:\"special-front\";}s:8:\"specific\";a:0:{}}'),(1701,307,'_elementor_version','3.21.8'),(1702,307,'ekit_post_views_count','4'),(1703,307,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"layout\":\"full_width\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1704,307,'_elementor_page_assets','a:0:{}'),(1706,308,'_elementor_edit_mode','builder'),(1707,308,'_elementor_template_type','wp-post'),(1708,308,'_wp_page_template','elementor_canvas'),(1709,308,'_elementor_version','3.21.8'),(1710,308,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1711,308,'_elementor_page_assets','a:0:{}'),(1712,308,'_elementor_css','a:6:{s:4:\"time\";i:1717520564;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1713,309,'_elementor_edit_mode','builder'),(1714,309,'_elementor_template_type','wp-post'),(1715,309,'_wp_page_template','elementor_canvas'),(1716,309,'_elementor_version','3.21.8'),(1717,309,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1718,309,'_elementor_page_assets','a:0:{}'),(1719,309,'_elementor_css','a:6:{s:4:\"time\";i:1717520564;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1720,310,'_elementor_edit_mode','builder'),(1721,310,'_elementor_template_type','wp-post'),(1722,310,'_wp_page_template','elementor_canvas'),(1723,310,'_elementor_version','3.21.8'),(1724,310,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1725,310,'_elementor_page_assets','a:0:{}'),(1726,310,'_elementor_css','a:6:{s:4:\"time\";i:1717520564;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1727,311,'_elementor_edit_mode','builder'),(1728,311,'_elementor_template_type','wp-post'),(1729,311,'_wp_page_template','elementor_canvas'),(1730,311,'_elementor_version','3.21.8'),(1731,311,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"layout\":\"full_width\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1732,311,'_elementor_page_assets','a:0:{}'),(1733,311,'_elementor_css','a:6:{s:4:\"time\";i:1717520564;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1735,312,'_elementor_edit_mode','builder'),(1736,312,'_elementor_template_type','wp-post'),(1737,312,'_wp_page_template','elementor_canvas'),(1738,312,'_elementor_version','3.21.8'),(1739,312,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"layout\":\"full_width\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1740,312,'_elementor_page_assets','a:0:{}'),(1741,312,'_elementor_css','a:6:{s:4:\"time\";i:1717520669;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1742,313,'_elementor_edit_mode','builder'),(1743,313,'_elementor_template_type','wp-post'),(1744,313,'_wp_page_template','elementor_canvas'),(1745,313,'_elementor_version','3.21.8'),(1746,313,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"layout\":\"full_width\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1747,313,'_elementor_page_assets','a:0:{}'),(1748,313,'_elementor_css','a:6:{s:4:\"time\";i:1717520669;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1749,314,'_elementor_edit_mode','builder'),(1750,314,'_elementor_template_type','wp-post'),(1751,314,'_wp_page_template','elementor_canvas'),(1752,314,'_elementor_version','3.21.8'),(1753,314,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":0,\"bottom\":\"\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"layout\":\"full_width\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1754,314,'_elementor_page_assets','a:0:{}'),(1755,314,'_elementor_css','a:6:{s:4:\"time\";i:1717520669;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1756,307,'_elementor_css','a:6:{s:4:\"time\";i:1717520724;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1757,315,'_wp_attached_file','2024/06/cropped-Ministries_Logo_side.webp'),(1758,315,'_wp_attachment_context','site-icon'),(1759,315,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:41:\"2024/06/cropped-Ministries_Logo_side.webp\";s:8:\"filesize\";i:22566;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"cropped-Ministries_Logo_side-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17242;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-Ministries_Logo_side-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9064;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:41:\"cropped-Ministries_Logo_side-270x270.webp\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15822;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:41:\"cropped-Ministries_Logo_side-192x192.webp\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11734;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:41:\"cropped-Ministries_Logo_side-180x180.webp\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11046;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:39:\"cropped-Ministries_Logo_side-32x32.webp\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1158;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1760,316,'_wp_page_template','elementor_canvas'),(1761,316,'_elementor_edit_mode','builder'),(1762,316,'_elementor_template_type','wp-post'),(1763,316,'_elementor_version','3.21.8'),(1764,316,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1765,316,'_elementor_page_assets','a:0:{}'),(1766,316,'_elementor_css','a:6:{s:4:\"time\";i:1717512860;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1767,317,'_wp_page_template','elementor_canvas'),(1768,317,'_elementor_edit_mode','builder'),(1769,317,'_elementor_template_type','wp-post'),(1770,317,'_elementor_version','3.21.8'),(1771,317,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1772,317,'_elementor_page_assets','a:0:{}'),(1773,317,'_elementor_css','a:6:{s:4:\"time\";i:1717512860;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1774,318,'_wp_page_template','elementor_canvas'),(1775,318,'_elementor_edit_mode','builder'),(1776,318,'_elementor_template_type','wp-post'),(1777,318,'_elementor_version','3.21.8'),(1778,318,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1779,318,'_elementor_page_assets','a:0:{}'),(1780,318,'_elementor_css','a:6:{s:4:\"time\";i:1717512860;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1782,319,'_wp_page_template','elementor_canvas'),(1783,319,'_elementor_edit_mode','builder'),(1784,319,'_elementor_template_type','wp-post'),(1785,319,'_elementor_version','3.21.8'),(1786,319,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1787,319,'_elementor_page_assets','a:0:{}'),(1788,319,'_elementor_css','a:6:{s:4:\"time\";i:1717525781;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1789,320,'_wp_page_template','elementor_canvas'),(1790,320,'_elementor_edit_mode','builder'),(1791,320,'_elementor_template_type','wp-post'),(1792,320,'_elementor_version','3.21.8'),(1793,320,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":\"21\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Logo-1.png\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1794,320,'_elementor_page_assets','a:0:{}'),(1795,320,'_elementor_css','a:6:{s:4:\"time\";i:1717525781;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1796,321,'_wp_page_template','elementor_canvas'),(1797,321,'_elementor_edit_mode','builder'),(1798,321,'_elementor_template_type','wp-post'),(1799,321,'_elementor_version','3.21.8'),(1800,321,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(1801,321,'_elementor_page_assets','a:0:{}'),(1802,321,'_elementor_css','a:6:{s:4:\"time\";i:1717525781;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1804,322,'_elementor_edit_mode','builder'),(1805,322,'_elementor_template_type','wp-page'),(1806,322,'_elementor_version','3.21.8'),(1807,322,'_wp_page_template','elementor_header_footer'),(1808,322,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1809,322,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1810,322,'_elementor_css','a:6:{s:4:\"time\";i:1717520468;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1811,323,'_elementor_edit_mode','builder'),(1812,323,'_elementor_template_type','wp-page'),(1813,323,'_elementor_version','3.21.8'),(1814,323,'_wp_page_template','elementor_header_footer'),(1815,323,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"globals\\/typography?id=ccada0e\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":750,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1816,323,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1817,323,'_elementor_css','a:6:{s:4:\"time\";i:1717520468;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1818,324,'_elementor_edit_mode','builder'),(1819,324,'_elementor_template_type','wp-page'),(1820,324,'_elementor_version','3.21.8'),(1821,324,'_wp_page_template','elementor_header_footer'),(1822,324,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1823,324,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1824,324,'_elementor_css','a:6:{s:4:\"time\";i:1717520468;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1831,326,'_elementor_edit_mode','builder'),(1832,326,'_elementor_template_type','wp-page'),(1833,326,'_elementor_version','3.21.8'),(1834,326,'_wp_page_template','elementor_header_footer'),(1835,326,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1836,326,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1837,327,'_elementor_edit_mode','builder'),(1838,327,'_elementor_template_type','wp-page'),(1839,327,'_elementor_version','3.21.8'),(1840,327,'_wp_page_template','elementor_header_footer'),(1841,327,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1842,327,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1843,328,'_elementor_edit_mode','builder'),(1844,328,'_elementor_template_type','wp-page'),(1845,328,'_elementor_version','3.21.8'),(1846,328,'_wp_page_template','elementor_header_footer'),(1847,328,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1848,328,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1850,329,'_elementor_edit_mode','builder'),(1851,329,'_elementor_template_type','section'),(1852,329,'_elementor_version','3.21.8'),(1853,329,'_wp_page_template','default'),(1854,329,'_elementor_data','[{\"id\":\"ded2008\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7c8b4e7\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c69e58c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Agnes-Nabulu-Nginai_edited.webp\",\"id\":242,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7f836f8\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75985bd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Agnes Nabulu\\n\\nNginai\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"601808e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>17
Grade:<\\/span><\\/strong>Form 3 (11th Grade)<\\/span>
Ambition:<\\/span><\\/strong>Fashion Designer<\\/span>
Favorite Verse: <\\/span><\\/strong>John 5:24<\\/span><\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5277308\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1855,329,'_elementor_page_assets','a:0:{}'),(1856,329,'_elementor_css','a:6:{s:4:\"time\";i:1717517413;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1857,330,'_elementor_edit_mode','builder'),(1858,330,'_elementor_template_type','section'),(1859,330,'_elementor_version','3.21.8'),(1860,330,'_wp_page_template','default'),(1861,330,'_elementor_data','[{\"id\":\"83a508c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bffc302\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"f1fb299\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Caroline-Nkatata-Ngotiek_edited.webp\",\"id\":193,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"fe82316\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c164079\",\"elType\":\"widget\",\"settings\":{\"title\":\"Caroline Nkatata Ngotiek\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9695f15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>15
Grade: <\\/span><\\/strong>Form 2 (10th Grade)
Ambition: <\\/span><\\/strong>Nurse
Favorite Verse: <\\/span><\\/strong>Psalms 5:12<\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fd3aa75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1862,330,'_elementor_page_assets','a:0:{}'),(1863,330,'_elementor_css','a:6:{s:4:\"time\";i:1717517131;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1864,331,'_elementor_edit_mode','builder'),(1865,331,'_elementor_template_type','section'),(1866,331,'_elementor_version','3.21.8'),(1867,331,'_wp_page_template','default'),(1868,331,'_elementor_data','[{\"id\":\"2ab8293\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"a409395\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"e49d377\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Charity-Sinante-Nooselin_edited.webp\",\"id\":240,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"1f5058c\",\"elType\":\"container\",\"settings\":{\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"flex_justify_content\":\"center\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-10\",\"isLinked\":false},\"border_radius_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8480fe8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Charity Sinante Nooselin\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"700\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1b13f6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

Age: <\\/span><\\/strong>17
Grade: <\\/span><\\/strong>Form 4 (12th Grade)<\\/span>
Ambition: <\\/span><\\/strong>Computer Scientist
Favorite Verse: <\\/span><\\/strong>John 1:12<\\/span><\\/p><\\/div>\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4fc6f75\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More About Me\",\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),(1869,331,'_elementor_page_assets','a:0:{}'),(1870,331,'_elementor_css','a:6:{s:4:\"time\";i:1717517282;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1871,192,'_elementor_css','a:6:{s:4:\"time\";i:1717526747;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1872,196,'_elementor_css','a:6:{s:4:\"time\";i:1717526747;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1873,198,'_elementor_css','a:6:{s:4:\"time\";i:1717526747;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1874,332,'_elementor_edit_mode','builder'),(1875,332,'_elementor_template_type','wp-page'),(1876,332,'_elementor_version','3.21.8'),(1877,332,'_wp_page_template','elementor_header_footer'),(1878,332,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1879,332,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1880,332,'_elementor_css','a:6:{s:4:\"time\";i:1717526630;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1881,333,'_elementor_edit_mode','builder'),(1882,333,'_elementor_template_type','wp-page'),(1883,333,'_elementor_version','3.21.8'),(1884,333,'_wp_page_template','elementor_header_footer'),(1885,333,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1886,333,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1887,333,'_elementor_css','a:6:{s:4:\"time\";i:1717526630;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1888,334,'_elementor_edit_mode','builder'),(1889,334,'_elementor_template_type','wp-page'),(1890,334,'_elementor_version','3.21.8'),(1891,334,'_wp_page_template','elementor_header_footer'),(1892,334,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1893,334,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1894,334,'_elementor_css','a:6:{s:4:\"time\";i:1717526630;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1896,335,'_wp_attached_file','2024/06/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg'),(1897,335,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:58:\"2024/06/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\";s:8:\"filesize\";i:870156;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_49_20_967Z-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24395;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Skype_Picture_2024_06_04T18_49_20_967Z-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187562;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_49_20_967Z-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9684;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_49_20_967Z-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116277;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"Skype_Picture_2024_06_04T18_49_20_967Z-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:365342;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:53:\"Skype_Picture_2024_06_04T18_49_20_967Z-2048x1536.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:592807;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 13\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1687016544\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:2:\"32\";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:43:\"Skype_Picture_2024_06_04T18_49_20_967Z.jpeg\";}'),(1898,336,'_wp_attached_file','2024/06/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg'),(1899,336,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:58:\"2024/06/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\";s:8:\"filesize\";i:421550;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_49_22_089Z-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13729;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Skype_Picture_2024_06_04T18_49_22_089Z-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_49_22_089Z-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7153;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"Skype_Picture_2024_06_04T18_49_22_089Z-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112003;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"Skype_Picture_2024_06_04T18_49_22_089Z-1024x1536.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179131;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:53:\"Skype_Picture_2024_06_04T18_49_22_089Z-1365x2048.jpeg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:288755;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS R6m2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1686982148\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:43:\"Skype_Picture_2024_06_04T18_49_22_089Z.jpeg\";}'),(1900,337,'_wp_attached_file','2024/06/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg'),(1901,337,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:58:\"2024/06/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\";s:8:\"filesize\";i:1026703;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_49_58_213Z-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26954;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Skype_Picture_2024_06_04T18_49_58_213Z-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_49_58_213Z-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11963;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_49_58_213Z-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140062;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"Skype_Picture_2024_06_04T18_49_58_213Z-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:452585;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:53:\"Skype_Picture_2024_06_04T18_49_58_213Z-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:724332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS R6m2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1686979082\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";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:43:\"Skype_Picture_2024_06_04T18_49_58_213Z.jpeg\";}'),(1902,338,'_wp_attached_file','2024/06/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg'),(1903,338,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:58:\"2024/06/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\";s:8:\"filesize\";i:629599;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_50_01_087Z-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19280;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Skype_Picture_2024_06_04T18_50_01_087Z-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Skype_Picture_2024_06_04T18_50_01_087Z-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8324;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"Skype_Picture_2024_06_04T18_50_01_087Z-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130098;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"Skype_Picture_2024_06_04T18_50_01_087Z-1152x1536.jpeg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:259657;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:53:\"Skype_Picture_2024_06_04T18_50_01_087Z-1536x2048.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:427722;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS R6m2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1686979638\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:43:\"Skype_Picture_2024_06_04T18_50_01_087Z.jpeg\";}'),(1904,339,'_elementor_edit_mode','builder'),(1905,339,'_elementor_template_type','wp-page'),(1906,339,'_elementor_version','3.21.8'),(1907,339,'_wp_page_template','elementor_header_footer'),(1908,339,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1909,339,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1910,339,'_elementor_css','a:6:{s:4:\"time\";i:1717526802;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1911,340,'_elementor_edit_mode','builder'),(1912,340,'_elementor_template_type','wp-page'),(1913,340,'_elementor_version','3.21.8'),(1914,340,'_wp_page_template','elementor_header_footer'); INSERT INTO `jan_postmeta` VALUES (1915,340,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5bb3d768\",\"elType\":\"widget\",\"settings\":{\"carousel_list\":[{\"_id\":\"57cf9a2\",\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":281,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image2-12-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"}},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":282,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image3-7-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"f90e682\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":283,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image4-4-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"de27a69\"},{\"list_content_template\":\"templates-image-block-01-home-03\",\"image\":{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_id\":\"6e37fc3\"}],\"carousel_column_desk\":\"4\",\"carousel_arrow\":\"\",\"carousel_bullets\":\"\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"carousel_spacer\":10,\"carousel_column_tablet\":\"2\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tfcarousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1916,340,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1917,340,'_elementor_css','a:6:{s:4:\"time\";i:1717526802;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1918,341,'_elementor_edit_mode','builder'),(1919,341,'_elementor_template_type','wp-page'),(1920,341,'_elementor_version','3.21.8'),(1921,341,'_wp_page_template','elementor_header_footer'),(1922,341,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1923,341,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1924,341,'_elementor_css','a:6:{s:4:\"time\";i:1717526802;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1926,342,'_elementor_edit_mode','builder'),(1927,342,'_elementor_template_type','wp-page'),(1928,342,'_elementor_version','3.21.8'),(1929,342,'_wp_page_template','elementor_header_footer'),(1930,342,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1931,342,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1932,342,'_elementor_css','a:6:{s:4:\"time\";i:1717527401;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1933,343,'_elementor_edit_mode','builder'),(1934,343,'_elementor_template_type','wp-page'),(1935,343,'_elementor_version','3.21.8'),(1936,343,'_wp_page_template','elementor_header_footer'),(1937,343,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-120\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1938,343,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1939,343,'_elementor_css','a:6:{s:4:\"time\";i:1717527401;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1940,344,'_elementor_edit_mode','builder'),(1941,344,'_elementor_template_type','wp-page'),(1942,344,'_elementor_version','3.21.8'),(1943,344,'_wp_page_template','elementor_header_footer'),(1944,344,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1945,344,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1946,344,'_elementor_css','a:6:{s:4:\"time\";i:1717527401;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1947,345,'_elementor_edit_mode','builder'),(1948,345,'_elementor_template_type','wp-page'),(1949,345,'_elementor_version','3.21.8'),(1950,345,'_wp_page_template','elementor_header_footer'),(1951,345,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1952,345,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1953,346,'_elementor_edit_mode','builder'),(1954,346,'_elementor_template_type','wp-page'),(1955,346,'_elementor_version','3.21.8'),(1956,346,'_wp_page_template','elementor_header_footer'),(1957,346,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1958,346,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1959,347,'_elementor_edit_mode','builder'),(1960,347,'_elementor_template_type','wp-page'),(1961,347,'_elementor_version','3.21.8'),(1962,347,'_wp_page_template','elementor_header_footer'),(1963,347,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1964,347,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1966,348,'_elementor_edit_mode','builder'),(1967,348,'_elementor_template_type','wp-page'),(1968,348,'_elementor_version','3.21.8'),(1969,348,'_wp_page_template','elementor_header_footer'),(1970,348,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1971,348,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1972,348,'_elementor_css','a:6:{s:4:\"time\";i:1717527584;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1973,349,'_elementor_edit_mode','builder'),(1974,349,'_elementor_template_type','wp-page'),(1975,349,'_elementor_version','3.21.8'),(1976,349,'_wp_page_template','elementor_header_footer'),(1977,349,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-90\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1978,349,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1979,349,'_elementor_css','a:6:{s:4:\"time\";i:1717527584;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1980,350,'_elementor_edit_mode','builder'),(1981,350,'_elementor_template_type','wp-page'),(1982,350,'_elementor_version','3.21.8'),(1983,350,'_wp_page_template','elementor_header_footer'),(1984,350,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1985,350,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1986,350,'_elementor_css','a:6:{s:4:\"time\";i:1717527584;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1988,351,'_elementor_edit_mode','builder'),(1989,351,'_elementor_template_type','wp-page'),(1990,351,'_elementor_version','3.21.8'),(1991,351,'_wp_page_template','elementor_header_footer'),(1992,351,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(1993,351,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(1994,351,'_elementor_css','a:6:{s:4:\"time\";i:1717527614;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1995,352,'_elementor_edit_mode','builder'),(1996,352,'_elementor_template_type','wp-page'),(1997,352,'_elementor_version','3.21.8'),(1998,352,'_wp_page_template','elementor_header_footer'),(1999,352,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(2000,352,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2001,352,'_elementor_css','a:6:{s:4:\"time\";i:1717527614;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2002,353,'_elementor_edit_mode','builder'),(2003,353,'_elementor_template_type','wp-page'),(2004,353,'_elementor_version','3.21.8'),(2005,353,'_wp_page_template','elementor_header_footer'),(2006,353,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(2007,353,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2008,353,'_elementor_css','a:6:{s:4:\"time\";i:1717527614;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2010,354,'_wp_page_template','elementor_canvas'),(2011,354,'_elementor_edit_mode','builder'),(2012,354,'_elementor_template_type','wp-post'),(2013,354,'_elementor_version','3.21.8'),(2014,354,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"id\":291,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Staff\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Board of Directors\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2015,354,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2016,354,'_elementor_css','a:6:{s:4:\"time\";i:1717519773;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2017,355,'_wp_page_template','elementor_canvas'),(2018,355,'_elementor_edit_mode','builder'),(2019,355,'_elementor_template_type','wp-post'),(2020,355,'_elementor_version','3.21.8'),(2021,355,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"id\":291,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Staff\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Board of Directors\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2022,355,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2023,355,'_elementor_css','a:6:{s:4:\"time\";i:1717519773;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2024,356,'_wp_page_template','elementor_canvas'),(2025,356,'_elementor_edit_mode','builder'),(2026,356,'_elementor_template_type','wp-post'),(2027,356,'_elementor_version','3.21.8'); INSERT INTO `jan_postmeta` VALUES (2028,356,'_elementor_data','[{\"id\":\"3c931ff2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"22\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Base-1.png\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.05000000000000000277555756156289135105907917022705078125,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"94\",\"right\":\"15\",\"bottom\":\"50\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"221708aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"52e82949\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"structure\":\"40\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"95\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"33b6e8dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":28,\"_inline_size_tablet\":50,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"779d338\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"id\":291,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"link_to\":\"custom\",\"link\":{\"url\":\"\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"left\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1ee9c3f7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"none\",\"typography_line_height\":{\"unit\":\"em\",\"size\":2,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5c56280c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate Now\",\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"35\",\"bottom\":\"18\",\"left\":\"35\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"globals\\/typography?id=9d860fc\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"590c670\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"74\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7262daf7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Links\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"36e01001\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"254b5aca\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"House of Love\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Widow\'s Ministry\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"News\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Donations\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"3438017b\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1342a6ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Non Profit\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1866f023\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2f42aaa9\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Our Staff\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"1620526\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Board of Directors\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"baf655a\"},{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"9dd11d4\"},{\"text\":\"Contact Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"f2b5b92\"},{\"text\":\"Start a Fundraising\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"cac505d\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"66b35f90\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"_inline_size_tablet\":50,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"73290c84\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3381ea39\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"_element_width\":\"auto\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\",\"typography_typography\":\"globals\\/typography?id=7c5c1fb\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1eee295a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-3.png\"},\"align\":\"left\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_vertical_align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6c508c87\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Jan McCray Ministries, Inc PO Box 1022 Safety Harbor, FL 34695\",\"selected_icon\":{\"value\":\"fas fa-map-marker-alt\",\"library\":\"fa-solid\"},\"_id\":\"1620526\"},{\"text\":\"info@janmccrayministries.org\",\"selected_icon\":{\"value\":\"fas fa-envelope-open\",\"library\":\"fa-solid\"},\"link\":{\"url\":\"mailto:info@janmccrayministries.org\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"2366ca8\"}],\"space_between\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"DM Sans\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"icon_typography_text_transform\":\"none\",\"icon_typography_font_style\":\"normal\",\"icon_typography_text_decoration\":\"none\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"icon_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_typography_typography\":\"\",\"text_color\":\"globals\\/colors?id=c1b1526\",\"text_color_hover\":\"globals\\/colors?id=secondary\",\"icon_color\":\"globals\\/colors?id=secondary\"},\"icon_self_vertical_align\":\"flex-start\",\"icon_vertical_offset\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"27be6b86\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"a966626\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"531a025\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"0a72cce\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"76bea4b\"}],\"align\":\"left\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"border_radius\":{\"unit\":\"%\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"border_radius_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"border_radius_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"hover_animation\":\"float\",\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\",\"icon_primary_color\":\"globals\\/colors?id=accent\",\"hover_primary_color\":\"globals\\/colors?id=secondary\",\"hover_secondary_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4a94b170\",\"elType\":\"widget\",\"settings\":{\"types\":\"scroll-and-show\",\"scroll_top_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"__globals__\":{\"scroll_top_background_color\":\"globals\\/colors?id=secondary\",\"scroll_top_color\":\"globals\\/colors?id=4921f04\",\"scroll_top_background_color_hover\":\"globals\\/colors?id=accent\",\"scroll_top_color_hover\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-scroll-top\"},{\"id\":\"9e5747a\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=d4ea26a\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"380be614\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4b4c0d45\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\\u00a9 Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved\",\"ekit_heading_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_align_mobile\":\"text_center\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"DM Sans\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"400\",\"ekit_heading_title_typography_text_transform\":\"none\",\"ekit_heading_title_typography_font_style\":\"normal\",\"ekit_heading_title_typography_text_decoration\":\"none\",\"ekit_heading_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.875,\"sizes\":[]},\"ekit_heading_title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"__globals__\":{\"ekit_heading_title_typography_typography\":\"\",\"ekit_heading_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=c1b1526\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=secondary\"},\"ekit_heading_seperator_image\":{\"id\":25,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"ekit_heading_title_align\":\"text_center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(2029,356,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2030,356,'_elementor_css','a:6:{s:4:\"time\";i:1717519773;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2031,84,'_elementor_css','a:6:{s:4:\"time\";i:1717528669;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"DM Sans\";}s:5:\"icons\";a:5:{i:0;s:0:\"\";i:11;s:8:\"fa-solid\";i:13;s:9:\"fa-brands\";i:15;s:9:\"ekiticons\";i:17;s:5:\"solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2032,357,'_elementor_edit_mode','builder'),(2033,357,'_elementor_template_type','wp-page'),(2034,357,'_elementor_version','3.21.8'),(2035,357,'_wp_page_template','elementor_header_footer'),(2036,357,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(2037,357,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2038,357,'_elementor_css','a:6:{s:4:\"time\";i:1717527664;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2039,358,'_elementor_edit_mode','builder'),(2040,358,'_elementor_template_type','wp-page'),(2041,358,'_elementor_version','3.21.8'),(2042,358,'_wp_page_template','elementor_header_footer'),(2043,358,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(2044,358,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2045,358,'_elementor_css','a:6:{s:4:\"time\";i:1717527664;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2046,359,'_elementor_edit_mode','builder'),(2047,359,'_elementor_template_type','wp-page'),(2048,359,'_elementor_version','3.21.8'),(2049,359,'_wp_page_template','elementor_header_footer'),(2050,359,'_elementor_data','[{\"id\":\"17c11b53\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"background_background\":\"gradient\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"background_color_b\":\"globals\\/colors?id=secondary\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"58d23937\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"7d566f0f\",\"elType\":\"widget\",\"settings\":{\"flexslider_list\":[{\"\":\"\",\"_id\":\"7b1edc8\",\"flexslider_image\":{\"id\":40,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"title_text\":\"Jan McCray
Ministries, Inc\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":157,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"shape_one_height\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]}},{\"\":\"\",\"flexslider_image\":{\"id\":\"40\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-1.png\"},\"title_text\":\"We Can Change
The World\",\"subtitle_text\":\"Start donating poor people\",\"desc_text\":\"\",\"__globals__\":{\"color_overlay\":\"\"},\"shape_one\":{\"id\":164,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/who-we-are.jpg\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"shape_one_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"shape_one_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y\":{\"unit\":\"%\",\"size\":13,\"sizes\":[]},\"shape_one_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two\":{\"id\":\"42\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/lines.png\"},\"shape_two_width_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"shape_two_offset_x_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"shape_two_offset_y_mobile\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_width_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_height_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_x_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_two_offset_y_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"shape_one_offset_y_tablet\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_id\":\"2aa0993\"}],\"buttons\":[{\"_id\":\"e68332b\",\"btn_title\":\"Discover More\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=primary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=secondary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"-200\",\"isLinked\":false},\"btn_margin_laptop\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},{\"btn_title\":\"Donate now\",\"_id\":\"2993376\",\"btn_padding\":{\"unit\":\"px\",\"top\":\"22\",\"right\":\"45\",\"bottom\":\"22\",\"left\":\"45\",\"isLinked\":false},\"btn_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"btn_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"btn_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"btn_typography_typography\":\"globals\\/typography?id=accent\",\"bg_color\":\"globals\\/colors?id=secondary\",\"font_color\":\"globals\\/colors?id=4921f04\",\"hover_bg_color\":\"globals\\/colors?id=primary\",\"hover_font_color\":\"globals\\/colors?id=4921f04\"},\"btn_padding_mobile\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false}}],\"align\":\"left\",\"prev_icon\":\"fa fa-arrow-left\",\"next_icon\":\"fa fa-arrow-right\",\"style_directionnav\":\"circle\",\"fontsize_directionnav\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"directionnav_horizontal_position_prev\":{\"unit\":\"%\",\"size\":87,\"sizes\":[]},\"directionnav_horizontal_position_prev_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_prev_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_prev_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"directionnav_horizontal_position_next_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"directionnav_horizontal_position_next_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"directionnav_horizontal_position_next_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"directionnav_bg_color\":\"globals\\/colors?id=29fd537\",\"directionnav_color\":\"globals\\/colors?id=primary\",\"directionnav_hover_bg_color\":\"globals\\/colors?id=4921f04\",\"desc_typography_typography\":\"globals\\/typography?id=28b824c\",\"subtitle_typography_typography\":\"globals\\/typography?id=da4524b\",\"title_typography_typography\":\"\"},\"fontsize_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"w_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"h_size_directionnav_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"directionnav_vertical_position_tablet_extra\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"height_slider_mobile\":{\"unit\":\"px\",\"size\":550,\"sizes\":[]},\"height_slider\":{\"unit\":\"px\",\"size\":886,\"sizes\":[]},\"w_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"h_size_directionnav\":{\"unit\":\"px\",\"size\":65,\"sizes\":[]},\"margin_title\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"-200\",\"isLinked\":false},\"controlnav\":\"\",\"height_slider_tablet\":{\"unit\":\"px\",\"size\":700,\"sizes\":[]},\"margin_subtitle\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"-200\",\"isLinked\":false},\"margin_subtitle_laptop\":{\"unit\":\"px\",\"top\":\"280\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_subtitle_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"13\",\"left\":\"0\",\"isLinked\":false},\"margin_title_laptop\":{\"unit\":\"px\",\"top\":\"-7\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"bg_images_size\":\"cover\",\"bg_images_position\":\"center center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"directionnav_color\":\"#313131\",\"directionnav_bg_color\":\"#FFFFFF33\",\"directionnav_hover_bg_color\":\"#FFFFFF\",\"align_mobile\":\"center\",\"subtitle_typography_typography\":\"custom\",\"subtitle_typography_font_family\":\"Merriweather\",\"subtitle_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"subtitle_typography_font_weight\":\"400\",\"subtitle_typography_text_transform\":\"none\",\"subtitle_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"subtitle_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"DM Sans\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"title_typography_font_weight\":\"700\",\"title_typography_text_transform\":\"none\",\"title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"title_typography_letter_spacing\":{\"unit\":\"em\",\"size\":-0.040000000000000000832667268468867405317723751068115234375,\"sizes\":[]},\"desc_typography_typography\":\"custom\",\"desc_typography_font_family\":\"DM Sans\",\"desc_typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"desc_typography_font_weight\":\"400\",\"desc_typography_text_transform\":\"none\",\"desc_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"flex-slider\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"13c6d712\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"199426d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"40ba93d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"522dccb2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"20\",\"background_background\":\"classic\",\"background_image\":{\"id\":\"50\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg-4.png\"},\"background_position\":\"center left\",\"background_repeat\":\"no-repeat\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"15\",\"bottom\":\"105\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"a0ff468\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"60ceda9b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":177,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"115\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width\":\"auto\",\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_background_position\":\"center center\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_mask_image\":{\"id\":\"52\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg2-1.png\"},\"_mask_size\":\"custom\",\"_mask_size_scale\":{\"unit\":\"%\",\"size\":190,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"19cb1fe0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/01-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":3,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":22,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"112a5443\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"54\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/02-4.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x\":{\"unit\":\"%\",\"size\":5,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end\":{\"unit\":\"%\",\"size\":8,\"sizes\":[]},\"_offset_x_end_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":35,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"63ea9df5\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"18 {{Years of
experience}}\",\"ekit_heading_title_tag\":\"p\",\"ekit_heading_sub_title\":\"Time has changed\",\"shadow_text_content\":\"bussiness\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"70\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"%\",\"size\":-20,\"sizes\":[]},\"_offset_x_laptop\":{\"unit\":\"%\",\"size\":-5,\"sizes\":[]},\"_offset_x_tablet_extra\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":1,\"sizes\":[]},\"_offset_orientation_v\":\"end\",\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_end_laptop\":{\"unit\":\"%\",\"size\":-12,\"sizes\":[]},\"_offset_y_end_tablet_extra\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"_offset_y_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_end_mobile\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_background_background\":\"classic\",\"_background_image\":{\"id\":\"55\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-4.png\"},\"_background_position\":\"top left\",\"_background_repeat\":\"no-repeat\",\"_background_size\":\"cover\",\"_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":30,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"hide_mobile\":\"hidden-mobile\",\"__globals__\":{\"ekit_heading_title_typography_typography\":\"globals\\/typography?id=a6f048f\",\"ekit_heading_focused_title_typography_typography\":\"globals\\/typography?id=48081b8\",\"ekit_heading_focused_title_color_hover\":\"globals\\/colors?id=text\",\"ekit_heading_focused_title_color\":\"globals\\/colors?id=text\",\"ekit_heading_title_color\":\"globals\\/colors?id=accent\",\"ekit_heading_title_color_hover\":\"globals\\/colors?id=accent\"},\"_animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"ekit_heading_seperator_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/placeholder.png\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"}],\"isInner\":false},{\"id\":\"377c8cb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"85\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3b0f5d36\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d5e4f3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to Jan McCray Ministries, Inc\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3efc0f52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Mission\\n\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"113e1ab9\",\"elType\":\"widget\",\"settings\":{\"title\":\"The mission of the Jan McCray Ministries is simple:\",\"header_size\":\"h4\",\"_margin\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=accent\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60c27022\",\"elType\":\"widget\",\"settings\":{\"editor\":\"

That the church should honor widows and orphans by showing God\\u2019s love and care for them. Throughout Scripture we see God\\u2019s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. \\u201cPure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\\u201d<\\/p>

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"a1c7617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"_animation_delay\":400,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7aa6ea04\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1de84b8b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":184,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"44f3cd26\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"760aa62f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"34\",\"bottom\":\"14.7\",\"left\":\"11.2\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3f4719d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c18c91e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Donation Benefits\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"530d6a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nHouse of Love\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"47388829\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f381162\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"674ba46e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4529f832\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":185,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/House_of_Love-01.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"11ee1aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"0f2d5db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8d1b16a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7af42ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to the House of Love\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50ef022e\",\"elType\":\"section\",\"settings\":{\"gap_columns_custom\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"gap_columns_custom_tablet_extra\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"background_background\":\"classic\",\"background_image\":{\"id\":\"59\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/hands-2.png\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"103\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=4921f04\",\"background_overlay_color\":\"globals\\/colors?id=4921f04\"},\"content_width\":{\"unit\":\"px\",\"size\":1800,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"2f70fd89\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"background_image\":{\"id\":\"\",\"url\":\"\"},\"background_position\":\"center center\",\"background_repeat\":\"repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.8000000000000000444089209850062616169452667236328125,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6da219c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Children\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cea817b\",\"elType\":\"widget\",\"settings\":{\"premium_carousel_content_type\":\"repeater\",\"premium_carousel_slider_content\":[\"house of love slider 1\"],\"premium_carousel_templates_repeater\":[{\"_id\":\"4f77e6c\",\"premium_carousel_repeater_item\":\"house of love slider 1\"},{\"premium_carousel_repeater_item\":\"house of love slider 2\",\"_id\":\"9db820b\"},{\"premium_carousel_repeater_item\":\"house of love slider 3\",\"_id\":\"94e4879\"}],\"premium_carousel_responsive_desktop\":2,\"premium_carousel_navigation_effect\":\"yes\",\"premium_carousel_navigation_show\":\"\",\"premium_carousel_speed\":800,\"premium_carousel_autoplay_speed\":3000,\"premium_carousel_dot_icon\":\"square_black\",\"dot_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"premium_carousel_dot_navigation_color\":\"globals\\/colors?id=accent\",\"premium_carousel_dot_navigation_active_color\":\"globals\\/colors?id=secondary\",\"premium_carousel_ripple_active_color\":\"globals\\/colors?id=accent\",\"premium_carousel_ripple_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"premium-carousel-widget\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76f4a92d\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":90,\"sizes\":[]},\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"bottom center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1499999999999999944488848768742172978818416595458984375,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"82\",\"right\":\"15\",\"bottom\":\"82\",\"left\":\"15\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"background_color_b\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=6ae8093\"},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"223c145c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"87e9cb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"One hundred percent of your sponsorship donation goes directly to the girl\\u2019s care or toward their school fees and is tax-deductible.\",\"header_size\":\"h3\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":35,\"sizes\":[]},\"typography_line_height\":{\"unit\":\"px\",\"size\":55,\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.8000000000000000444089209850062616169452667236328125,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1540db6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"structure\":\"20\",\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"b6f00e0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52,\"background_background\":\"classic\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"id\":\"93\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/circles-2.png\"},\"background_overlay_position\":\"top right\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.1000000000000000055511151231257827021181583404541015625,\"sizes\":[]},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"10.5\",\"right\":\"11\",\"bottom\":\"14.7\",\"left\":\"11\",\"isLinked\":false},\"padding_laptop\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"1d1c50c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"left\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44f275d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Widow\'s Ministry\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"130f73c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"One of the most neglected groups of people in today\\u2019s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow\\u2019s outreach program.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b429b5c\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"animation_duration\":\"slow\",\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5c24d33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"c85fff6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":256,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"space_tablet_extra\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"space\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"height\":{\"unit\":\"px\",\"size\":230,\"sizes\":[]},\"height_laptop\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"height_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"object-fit\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9a61801\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50,\"_inline_size_tablet\":35,\"padding_tablet_extra\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"4dd7c83\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Involved\\n\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"600\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"cc76583\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors.\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=4921f04\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"d69044a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Donate to our Widow\'s Ministry\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"button_text_color\":\"globals\\/colors?id=4921f04\",\"button_background_hover_color\":\"globals\\/colors?id=4921f04\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"7e07966\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48,\"background_image\":{\"id\":255,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_inline_size_tablet_extra\":50,\"_inline_size_tablet\":100,\"background_background\":\"classic\",\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cd42774\",\"elType\":\"widget\",\"settings\":{\"space_tablet\":{\"unit\":\"em\",\"size\":25,\"sizes\":[]},\"space_mobile_extra\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"space_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"27adda40\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"110\",\"right\":\"15\",\"bottom\":\"120\",\"left\":\"15\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\",\"background_color\":\"globals\\/colors?id=primary\"},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"1\",\"bottom\":\"3\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_overlay_image\":{\"id\":\"104\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/bg_testimonial_home03-LME7REA.jpg\"},\"css_filters_css_filter\":\"custom\",\"css_filters_saturate\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"5fe642bc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"_inline_size_tablet\":40,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"69c8b0ab\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"7de5fd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"2c543c9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Widows\",\"header_size\":\"h3\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=4921f04\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd60c02\",\"elType\":\"widget\",\"settings\":{\"premium_gallery_img_size_select\":\"masonry\",\"premium_gallery_column_number\":\"25%\",\"premium_gallery_load_more_text\":\"Load More\",\"premium_gallery_filter\":\"\",\"premium_gallery_first_cat_label\":\"All\",\"premium_gallery_cats_content\":[{\"premium_gallery_img_cat\":\"Category 1\",\"_id\":\"22e9569\"},{\"premium_gallery_img_cat\":\"Category 2\",\"_id\":\"d7e1249\"}],\"url_flag\":\"cat\",\"premium_gallery_img_content\":[{\"_id\":\"258191a\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp\",\"id\":261,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"_id\":\"8dfb98f\",\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-6.webp\",\"id\":262,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-5.webp\",\"id\":263,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"bfea911\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-4.webp\",\"id\":264,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"fe3ee3b\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-3.webp\",\"id\":265,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"cfd96bc\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-2.webp\",\"id\":266,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"4fc9eb6\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download-1.webp\",\"id\":267,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_id\":\"91e6f7e\"},{\"premium_gallery_img\":{\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/download.webp\",\"id\":268,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"premium_gallery_lightbox_whole\":\"yes\",\"_id\":\"4ed6fae\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"premium-img-gallery\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c7847a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"105\",\"right\":\"0\",\"bottom\":\"300\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"background_background\":\"classic\",\"background_image\":{\"id\":\"108\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/base-1.jpg\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size_tablet\":\"cover\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"133efe2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3dddb85\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"40084c3a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Watch Our Latest Blogs\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"228b7853\",\"elType\":\"widget\",\"settings\":{\"title\":\"News & Articles\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c1fbe42\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"button_text\":\"Read More\",\"show_category\":\"\",\"show_date\":\"\",\"posts_layout\":\"column-3\",\"posts_layout_tablet\":\"tablet-column-3\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"padding_content_item_post\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"14\",\"bottom\":\"12\",\"left\":\"30\",\"isLinked\":false},\"margin_content_item_post\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"box_shadow_content_item_post_box_shadow_type\":\"yes\",\"box_shadow_content_item_post_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":60,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.07)\"},\"border_radius_content_item_post\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"border_radius_image\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"icon_button\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"button_icon_position\":\"bt_icon_before\",\"author_icon\":\"fas fa-user-circle\",\"comments_icon\":\"fas fa-comments\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"meta_icon_color\":\"globals\\/colors?id=secondary\",\"meta_typography_typography\":\"globals\\/typography?id=9248f2e\",\"meta_color\":\"globals\\/colors?id=text\",\"meta_color_hover\":\"globals\\/colors?id=text\",\"title_typography_typography\":\"globals\\/typography?id=4c81d46\",\"title_color\":\"globals\\/colors?id=primary\",\"title_color_hover\":\"globals\\/colors?id=secondary\",\"button_typography_typography\":\"globals\\/typography?id=9d860fc\",\"button_color\":\"globals\\/colors?id=primary\",\"button_color_hover\":\"globals\\/colors?id=secondary\"},\"title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"button_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"meta_spacer\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"padding_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":false},\"margin_content_item_post_tablet\":{\"unit\":\"px\",\"top\":\"-30\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"title_margin_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"order\":\"asc\",\"posts_categories\":[\"latest-news\"],\"background_color\":\"#FFFFFF00\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"posts_layout_type\":\"list\",\"thumbnail_size\":\"full\",\"featured_margin_right\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"excerpt_lenght\":20,\"padding_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"margin_image\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"tfposts\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1001a563\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-31\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"13\",\"bottom\":\"60\",\"left\":\"13\",\"isLinked\":false},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"4cdc291c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"3c2aa8e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":650,\"sizes\":[]},\"gap\":\"no\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"-208\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet_extra\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"13\",\"bottom\":\"0\",\"left\":\"13\",\"isLinked\":false},\"z_index\":3,\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"1e3ed2b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"bdd581c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/line-1.png\"},\"align\":\"center\",\"image_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"b1e68a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Work Gallery\",\"_margin\":{\"unit\":\"px\",\"top\":\"-15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fbceb57\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"_margin\":{\"unit\":\"px\",\"top\":\"-12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"d514598\",\"elType\":\"widget\",\"settings\":{\"carousel\":[{\"id\":284,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/image-23-800x826-1.jpg\"},{\"id\":335,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_20_967Z-scaled.jpeg\"},{\"id\":336,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_22_089Z-scaled.jpeg\"},{\"id\":337,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_49_58_213Z-scaled.jpeg\"},{\"id\":338,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Skype_Picture_2024_06_04T18_50_01_087Z-scaled.jpeg\"}],\"thumbnail_size\":\"full\",\"slides_to_show\":\"4\",\"slides_to_scroll\":\"1\",\"image_spacing\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-60\",\"left\":\"0\",\"isLinked\":false},\"_css_classes\":\"carousel-home\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}],\"isInner\":false}]'),(2051,359,'_elementor_page_assets','a:1:{s:6:\"styles\";a:1:{i:0;s:12:\"e-animations\";}}'),(2052,359,'_elementor_css','a:6:{s:4:\"time\";i:1717527664;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2053,9,'_elementor_css','a:6:{s:4:\"time\";i:1717528806;s:5:\"fonts\";a:1:{i:0;s:7:\"DM Sans\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:5;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2054,360,'_wp_page_template','elementor_canvas'),(2055,360,'_elementor_edit_mode','builder'),(2056,360,'_elementor_template_type','wp-post'),(2057,360,'_elementor_version','3.21.8'),(2058,360,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(2059,360,'_elementor_page_assets','a:0:{}'),(2060,360,'_elementor_css','a:6:{s:4:\"time\";i:1717525871;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2061,361,'_wp_page_template','elementor_canvas'),(2062,361,'_elementor_edit_mode','builder'),(2063,361,'_elementor_template_type','wp-post'),(2064,361,'_elementor_version','3.21.8'),(2065,361,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[]},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(2066,361,'_elementor_page_assets','a:0:{}'),(2067,361,'_elementor_css','a:6:{s:4:\"time\";i:1717525871;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2068,362,'_wp_page_template','elementor_canvas'),(2069,362,'_elementor_edit_mode','builder'),(2070,362,'_elementor_template_type','wp-post'),(2071,362,'_elementor_version','3.21.8'),(2072,362,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(2073,362,'_elementor_page_assets','a:0:{}'),(2074,362,'_elementor_css','a:6:{s:4:\"time\";i:1717525871;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2076,363,'_wp_page_template','elementor_canvas'),(2077,363,'_elementor_edit_mode','builder'),(2078,363,'_elementor_template_type','wp-post'),(2079,363,'_elementor_version','3.21.8'),(2080,363,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(2081,363,'_elementor_page_assets','a:0:{}'),(2082,363,'_elementor_css','a:6:{s:4:\"time\";i:1717531183;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2083,364,'_wp_page_template','elementor_canvas'),(2084,364,'_elementor_edit_mode','builder'),(2085,364,'_elementor_template_type','wp-post'),(2086,364,'_elementor_version','3.21.8'),(2087,364,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-120\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(2088,364,'_elementor_page_assets','a:0:{}'),(2089,364,'_elementor_css','a:6:{s:4:\"time\";i:1717531183;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2090,365,'_wp_page_template','elementor_canvas'),(2091,365,'_elementor_edit_mode','builder'),(2092,365,'_elementor_template_type','wp-post'),(2093,365,'_elementor_version','3.21.8'),(2094,365,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-140\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(2095,365,'_elementor_page_assets','a:0:{}'),(2096,365,'_elementor_css','a:6:{s:4:\"time\";i:1717531183;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2098,366,'_wp_page_template','elementor_canvas'),(2099,366,'_elementor_edit_mode','builder'),(2100,366,'_elementor_template_type','wp-post'),(2101,366,'_elementor_version','3.21.8'),(2102,366,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-140\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(2103,366,'_elementor_page_assets','a:0:{}'),(2104,366,'_elementor_css','a:6:{s:4:\"time\";i:1717531208;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2105,367,'_wp_page_template','elementor_canvas'),(2106,367,'_elementor_edit_mode','builder'),(2107,367,'_elementor_template_type','wp-post'),(2108,367,'_elementor_version','3.21.8'),(2109,367,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-140\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(2110,367,'_elementor_page_assets','a:0:{}'),(2111,367,'_elementor_css','a:6:{s:4:\"time\";i:1717531208;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2112,368,'_wp_page_template','elementor_canvas'),(2113,368,'_elementor_edit_mode','builder'),(2114,368,'_elementor_template_type','wp-post'),(2115,368,'_elementor_version','3.21.8'),(2116,368,'_elementor_data','[{\"id\":\"381750c2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"structure\":\"30\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-125\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"3\",\"bottom\":\"1\",\"left\":\"3\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"em\",\"top\":\"2\",\"right\":\"1\",\"bottom\":\"2\",\"left\":\"1\",\"isLinked\":false},\"padding_mobile_extra\":{\"unit\":\"em\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"em\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"z_index\":95,\"__globals__\":{\"background_color\":\"\"},\"layout\":\"full_width\",\"background_color\":\"#31313100\",\"padding_laptop\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_tablet_extra\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_condition_repeater\":[],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-150\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"20208288\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":16,\"_inline_size_tablet\":25,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"content_position\":\"center\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"162fc3ee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"link_to\":\"custom\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ee643c7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":60,\"_inline_size_tablet\":75,\"_inline_size_mobile\":50,\"content_position_tablet\":\"center\",\"align\":\"center\",\"content_position\":\"center\",\"align_tablet\":\"flex-end\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"79d0c0a\",\"elType\":\"widget\",\"settings\":{\"nav_menu_logo\":{\"id\":291,\"url\":\"https:\\/\\/jan-mccray.designsfunnelserver.com\\/wp-content\\/uploads\\/2024\\/06\\/Ministries_Logo_side.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"item_submenu_width\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"toggle_button_menu_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"toggle_button_menu_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"toggle_button_menu_border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"panel_button_close_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_width\":\"auto\",\"__globals__\":{\"item_menu_typography_typography\":\"globals\\/typography?id=2901573\",\"item_menu_color\":\"globals\\/colors?id=4921f04\",\"item_menu_color_hover\":\"globals\\/colors?id=secondary\",\"item_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color\":\"globals\\/colors?id=primary\",\"item_submenu_background_color\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_hover\":\"globals\\/colors?id=secondary\",\"item_submenu_color_hover\":\"globals\\/colors?id=4921f04\",\"item_submenu_background_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_color_active\":\"globals\\/colors?id=4921f04\",\"toggle_button_menu_color\":\"globals\\/colors?id=primary\",\"toggle_button_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color\":\"globals\\/colors?id=4921f04\",\"panel_menu_color_hover\":\"globals\\/colors?id=secondary\",\"panel_menu_color_active\":\"globals\\/colors?id=secondary\",\"item_submenu_typography_typography\":\"globals\\/typography?id=2901573\"},\"item_menu_horizontal_padding\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"toggle_button_menu_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"toggle_button_menu_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"item_submenu_spacing\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"nav_menu\":\"main-menu\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"tf-nav-menu\"}],\"isInner\":false},{\"id\":\"36697544\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.553999999999998493649400188587605953216552734375,\"content_position\":\"center\",\"align\":\"flex-end\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[{\"id\":\"35360002\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"7e7e228\"},{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"3c1f9c9\"},{\"social_icon\":{\"value\":\"icon icon-pinterest\",\"library\":\"ekiticons\"},\"_id\":\"4b774eb\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"2b94fc7\"}],\"align\":\"right\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#02010100\",\"icon_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=4921f04\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"61e9a3f1\",\"elType\":\"widget\",\"settings\":{\"ekit_search_placeholder_text\":\"Search...\",\"ekit_search_icons\":{\"value\":\"icon icon-search11\",\"library\":\"ekiticons\"},\"ekit_search_icon_font_size\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_border_border\":\"solid\",\"ekit_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"ekit_search_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"ekit_searech_icon_color\":\"globals\\/colors?id=4921f04\",\"ekit_searech_icon_hover_color\":\"globals\\/colors?id=secondary\",\"ekit_border_color\":\"globals\\/colors?id=29fd537\"},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":10,\"sizes\":[]},\"_element_custom_width_mobile_extra\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile_extra\":\"hidden-mobile_extra\",\"hide_mobile\":\"hidden-mobile\",\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\"},\"elements\":[],\"widgetType\":\"elementskit-header-search\"}],\"isInner\":false}],\"isInner\":false}]'),(2117,368,'_elementor_page_assets','a:0:{}'),(2118,368,'_elementor_css','a:6:{s:4:\"time\";i:1717531208;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(2119,66,'_elementor_css','a:6:{s:4:\"time\";i:1717531267;s:5:\"fonts\";a:1:{i:0;s:7:\"Poppins\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:2;s:9:\"fa-brands\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'); /*!40000 ALTER TABLE `jan_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_posts` -- DROP TABLE IF EXISTS `jan_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=369 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_posts` -- LOCK TABLES `jan_posts` WRITE; /*!40000 ALTER TABLE `jan_posts` DISABLE KEYS */; INSERT INTO `jan_posts` VALUES (4,0,'2024-06-04 13:31:48','2024-06-04 13:31:48','','Navigation','','publish','closed','closed','','navigation','','','2024-06-04 13:31:48','2024-06-04 13:31:48','',0,'https://jan-mccray.designsfunnelserver.com/2024/06/04/navigation/',0,'wp_navigation','',0),(9,1,'2024-06-04 13:53:31','2024-06-04 13:53:31','

\n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','publish','closed','closed','','home','','','2024-06-04 19:19:54','2024-06-04 19:19:54','',0,'https://jan-mccray.designsfunnelserver.com/?page_id=9',0,'page','',0),(10,1,'2024-06-04 13:53:31','2024-06-04 13:53:31','','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 13:53:31','2024-06-04 13:53:31','',9,'https://jan-mccray.designsfunnelserver.com/?p=10',0,'revision','',0),(11,1,'2024-06-04 13:54:39','2024-06-04 13:54:39','','Default Kit','','publish','closed','closed','','default-kit','','','2024-06-04 13:54:39','2024-06-04 13:54:39','',0,'https://jan-mccray.designsfunnelserver.com/?p=11',0,'elementor_library','',0),(12,1,'2024-06-04 13:55:28','2024-06-04 13:55:28','','Wishon - Non Profit Charity','','publish','closed','closed','','wishon-non-profit-charity','','','2024-06-04 13:55:28','2024-06-04 13:55:28','',0,'https://jan-mccray.designsfunnelserver.com/?p=12',0,'envato_tk_import','',0),(13,1,'2024-06-04 13:55:51','2024-06-04 13:55:51','[give_receipt]','Donation Confirmation','','publish','closed','closed','','donation-confirmation','','','2024-06-04 13:55:51','2024-06-04 13:55:51','',0,'https://jan-mccray.designsfunnelserver.com/donation-confirmation/',0,'page','',0),(14,1,'2024-06-04 13:55:51','2024-06-04 13:55:51','We're sorry, your donation failed to process. Please try again or contact site support.','Donation Failed','','publish','closed','closed','','donation-failed','','','2024-06-04 13:55:51','2024-06-04 13:55:51','',0,'https://jan-mccray.designsfunnelserver.com/donation-failed/',0,'page','',0),(15,1,'2024-06-04 13:55:51','2024-06-04 13:55:51','','Donor Dashboard','','publish','close','close','','donor-dashboard','','','2024-06-04 13:55:51','2024-06-04 13:55:51','',0,'https://jan-mccray.designsfunnelserver.com/donor-dashboard/',0,'page','',0),(17,1,'2024-06-04 14:01:11','2024-06-04 14:01:11','','Kit Styles: Wishon - Non Profit Charity','','publish','closed','closed','','global-kit-styles','','','2024-06-04 14:01:12','2024-06-04 14:01:12','',0,'https://jan-mccray.designsfunnelserver.com/?elementor_library=global-kit-styles',0,'elementor_library','',0),(18,1,'2024-06-04 14:01:12','2024-06-04 14:01:12','','Global Kit Styles','','inherit','closed','closed','','17-revision-v1','','','2024-06-04 14:01:12','2024-06-04 14:01:12','',17,'https://jan-mccray.designsfunnelserver.com/?p=18',0,'revision','',0),(19,1,'2024-06-04 14:01:12','2024-06-04 14:01:12','','Global Kit Styles','','inherit','closed','closed','','17-revision-v1','','','2024-06-04 14:01:12','2024-06-04 14:01:12','',17,'https://jan-mccray.designsfunnelserver.com/?p=19',0,'revision','',0),(20,1,'2024-06-04 14:01:12','2024-06-04 14:01:12','','Kit Styles: Wishon - Non Profit Charity','','inherit','closed','closed','','17-revision-v1','','','2024-06-04 14:01:12','2024-06-04 14:01:12','',17,'https://jan-mccray.designsfunnelserver.com/?p=20',0,'revision','',0),(21,1,'2024-06-04 14:02:59','2024-06-04 14:02:59','','Logo-1.png','','inherit','open','closed','','logo-1-png','','','2024-06-04 14:02:59','2024-06-04 14:02:59','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Logo-1.png',0,'attachment','image/png',0),(22,1,'2024-06-04 14:03:01','2024-06-04 14:03:01','','Base-1.png','','inherit','open','closed','','base-1-png','','','2024-06-04 14:03:01','2024-06-04 14:03:01','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Base-1.png',0,'attachment','image/png',0),(23,1,'2024-06-04 14:03:03','2024-06-04 14:03:03','','line-3.png','','inherit','open','closed','','line-3-png','','','2024-06-04 14:03:03','2024-06-04 14:03:03','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/line-3.png',0,'attachment','image/png',0),(25,1,'2024-06-04 14:19:34','2024-06-04 14:19:34','','placeholder.png','','inherit','open','closed','','placeholder-png','','','2024-06-04 14:19:34','2024-06-04 14:19:34','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder.png',0,'attachment','image/png',0),(26,1,'2024-06-04 14:19:34','2024-06-04 14:19:34','

Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n
    \n
  • \n \n needhelp@company.com\n
  • \n
  • \n + 1 (307) 776-0608\n
  • \n
\n

60 Broklyn Golden Street, New York United States of America

\n

© Copyright 2023 by Themesflat

\n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n ','Footer Style 01','','publish','closed','closed','','footer-style-01','','','2024-06-04 14:19:34','2024-06-04 14:19:34','',0,'https://jan-mccray.designsfunnelserver.com/?elementor_library=footer-style-01',0,'elementor_library','',0),(27,1,'2024-06-04 14:19:34','2024-06-04 14:19:34','

Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n
    \n
  • \n \n needhelp@company.com\n
  • \n
  • \n + 1 (307) 776-0608\n
  • \n
\n

60 Broklyn Golden Street, New York United States of America

\n

© Copyright 2023 by Themesflat

\n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n ','Footer Style 01','','inherit','closed','closed','','26-revision-v1','','','2024-06-04 14:19:34','2024-06-04 14:19:34','',26,'https://jan-mccray.designsfunnelserver.com/?p=27',0,'revision','',0),(28,1,'2024-06-04 14:19:45','2024-06-04 14:19:45',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header Style 03','','publish','closed','closed','','header-style-03','','','2024-06-04 14:19:45','2024-06-04 14:19:45','',0,'https://jan-mccray.designsfunnelserver.com/?elementor_library=header-style-03',0,'elementor_library','',0),(29,1,'2024-06-04 14:19:45','2024-06-04 14:19:45',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header Style 03','','inherit','closed','closed','','28-revision-v1','','','2024-06-04 14:19:45','2024-06-04 14:19:45','',28,'https://jan-mccray.designsfunnelserver.com/?p=29',0,'revision','',0),(30,1,'2024-06-04 14:21:41','2024-06-04 14:21:41','','image2-12.jpg','','inherit','open','closed','','image2-12-jpg','','','2024-06-04 14:21:41','2024-06-04 14:21:41','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/image2-12.jpg',0,'attachment','image/jpeg',0),(31,1,'2024-06-04 14:21:43','2024-06-04 14:21:43','\"\" \n ','Templates Image Block 01 Home 03','','publish','closed','closed','','templates-image-block-01-home-03','','','2024-06-04 14:21:43','2024-06-04 14:21:43','',0,'https://jan-mccray.designsfunnelserver.com/?elementor_library=templates-image-block-01-home-03',0,'elementor_library','',0),(32,1,'2024-06-04 14:21:43','2024-06-04 14:21:43','\"\" \n ','Templates Image Block 01 Home 03','','inherit','closed','closed','','31-revision-v1','','','2024-06-04 14:21:43','2024-06-04 14:21:43','',31,'https://jan-mccray.designsfunnelserver.com/?p=32',0,'revision','',0),(33,1,'2024-06-04 14:21:48','2024-06-04 14:21:48','','image2-10.jpg','','inherit','open','closed','','image2-10-jpg','','','2024-06-04 14:21:48','2024-06-04 14:21:48','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/image2-10.jpg',0,'attachment','image/jpeg',0),(34,1,'2024-06-04 14:21:50','2024-06-04 14:21:50','
    \n
  • \n \n 8:00 pm\n
  • \n
  • \n \n New York\n
  • \n
\n
Play for the world\nwith us
','Templates Event Block 01 Home 03','','publish','closed','closed','','templates-event-block-01-home-03','','','2024-06-04 14:21:50','2024-06-04 14:21:50','',0,'https://jan-mccray.designsfunnelserver.com/?elementor_library=templates-event-block-01-home-03',0,'elementor_library','',0),(35,1,'2024-06-04 14:21:50','2024-06-04 14:21:50','
    \n
  • \n \n 8:00 pm\n
  • \n
  • \n \n New York\n
  • \n
\n
Play for the world\nwith us
','Templates Event Block 01 Home 03','','inherit','closed','closed','','34-revision-v1','','','2024-06-04 14:21:50','2024-06-04 14:21:50','',34,'https://jan-mccray.designsfunnelserver.com/?p=35',0,'revision','',0),(36,1,'2024-06-04 14:21:54','2024-06-04 14:21:54',' parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el) }\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-listing-fname\"\n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} \n errors=${validation.errors} \n name=\"mf-email\" \n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-telephone\"\n as=${html``}\n />\n {\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\n }}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-text\"\n as=${html``}\n />\n \n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-textarea\"\n as=${html``}\n />\n \n ','Form Volunteer','','publish','closed','closed','','form-volunteer','','','2024-06-04 14:21:55','2024-06-04 14:21:55','',0,'https://jan-mccray.designsfunnelserver.com/?elementor_library=form-volunteer',0,'elementor_library','',0),(37,1,'2024-06-04 14:21:55','2024-06-04 14:21:55',' parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el) }\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-listing-fname\"\n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} \n errors=${validation.errors} \n name=\"mf-email\" \n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-telephone\"\n as=${html``}\n />\n {\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\n }}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-text\"\n as=${html``}\n />\n \n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-textarea\"\n as=${html``}\n />\n \n ','Form Volunteer','','inherit','closed','closed','','36-revision-v1','','','2024-06-04 14:21:55','2024-06-04 14:21:55','',36,'https://jan-mccray.designsfunnelserver.com/?p=37',0,'revision','',0),(38,1,'2024-06-04 14:21:56','2024-06-04 14:21:56',' parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el) }\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-listing-fname\"\n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} \n errors=${validation.errors} \n name=\"mf-email\" \n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-telephone\"\n as=${html``}\n />\n {\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\n }}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-text\"\n as=${html``}\n />\n <${props.Flatpickr}\n name=\"mf-date\"\n className=\"mf-input mf-date-input mf-left-parent \"\n placeholder=\"${ parent.decodeEntities(`Date of Birth`) } \"\n options=${{\"minDate\":\"\",\"maxDate\":\"\",\"dateFormat\":\"m-d-Y\",\"enableTime\":\"\",\"disable\":[],\"mode\":\"single\",\"static\":true,\"disableMobile\":true,\"time_24hr\":false}}\n value=${parent.getValue(\'mf-date\')}\n onInput=${parent.handleDateTime}\n aria-invalid=${validation.errors[\'mf-date\'] ? \'true\' : \'false\'}\n ref=${el => props.DateWidget(\n el, \n \'\', \n {\"message\":\"This field is required.\",\"required\":true}, \n register, \n parent \n )}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-date\"\n as=${html``}\n />\n {\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\n }}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-text\"\n as=${html``}\n />\n \n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-textarea\"\n as=${html``}\n />\n \n ','Form Contact','','publish','closed','closed','','form-contact','','','2024-06-04 14:21:56','2024-06-04 14:21:56','',0,'https://jan-mccray.designsfunnelserver.com/?elementor_library=form-contact',0,'elementor_library','',0),(39,1,'2024-06-04 14:21:56','2024-06-04 14:21:56',' parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el) }\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-listing-fname\"\n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage} \n errors=${validation.errors} \n name=\"mf-email\" \n as=${html``}\n />\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-telephone\"\n as=${html``}\n />\n {\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\n }}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-text\"\n as=${html``}\n />\n <${props.Flatpickr}\n name=\"mf-date\"\n className=\"mf-input mf-date-input mf-left-parent \"\n placeholder=\"${ parent.decodeEntities(`Date of Birth`) } \"\n options=${{\"minDate\":\"\",\"maxDate\":\"\",\"dateFormat\":\"m-d-Y\",\"enableTime\":\"\",\"disable\":[],\"mode\":\"single\",\"static\":true,\"disableMobile\":true,\"time_24hr\":false}}\n value=${parent.getValue(\'mf-date\')}\n onInput=${parent.handleDateTime}\n aria-invalid=${validation.errors[\'mf-date\'] ? \'true\' : \'false\'}\n ref=${el => props.DateWidget(\n el, \n \'\', \n {\"message\":\"This field is required.\",\"required\":true}, \n register, \n parent \n )}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-date\"\n as=${html``}\n />\n {\n parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":true,\"expression\":\"null\"}, el)\n }}\n />\n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-text\"\n as=${html``}\n />\n \n <${validation.ErrorMessage}\n errors=${validation.errors}\n name=\"mf-textarea\"\n as=${html``}\n />\n \n ','Form Contact','','inherit','closed','closed','','38-revision-v1','','','2024-06-04 14:21:56','2024-06-04 14:21:56','',38,'https://jan-mccray.designsfunnelserver.com/?p=39',0,'revision','',0),(40,1,'2024-06-04 14:22:09','2024-06-04 14:22:09','','hands-1.png','','inherit','open','closed','','hands-1-png','','','2024-06-04 14:22:09','2024-06-04 14:22:09','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/hands-1.png',0,'attachment','image/png',0),(41,1,'2024-06-04 14:22:11','2024-06-04 14:22:11','','slide_home03-R2UHPE9-e1695184170594.jpg','','inherit','open','closed','','slide_home03-r2uhpe9-e1695184170594-jpg','','','2024-06-04 14:22:11','2024-06-04 14:22:11','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/slide_home03-R2UHPE9-e1695184170594.jpg',0,'attachment','image/jpeg',0),(42,1,'2024-06-04 14:22:13','2024-06-04 14:22:13','','lines.png','','inherit','open','closed','','lines-png','','','2024-06-04 14:22:13','2024-06-04 14:22:13','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/lines.png',0,'attachment','image/png',0),(43,1,'2024-06-04 14:22:16','2024-06-04 14:22:16','','slide_home03-FJ23EGP.jpg','','inherit','open','closed','','slide_home03-fj23egp-jpg','','','2024-06-04 14:22:16','2024-06-04 14:22:16','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/slide_home03-FJ23EGP.jpg',0,'attachment','image/jpeg',0),(44,1,'2024-06-04 14:22:18','2024-06-04 14:22:18','','01-3.png','','inherit','open','closed','','01-3-png','','','2024-06-04 14:22:18','2024-06-04 14:22:18','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/01-3.png',0,'attachment','image/png',0),(45,1,'2024-06-04 14:22:19','2024-06-04 14:22:19','','banner_innerpages-6JDLQDG-e1695199403114.jpg','','inherit','open','closed','','banner_innerpages-6jdlqdg-e1695199403114-jpg','','','2024-06-04 14:22:19','2024-06-04 14:22:19','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/banner_innerpages-6JDLQDG-e1695199403114.jpg',0,'attachment','image/jpeg',0),(46,1,'2024-06-04 14:22:20','2024-06-04 14:22:20',' \n

Donate

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

','Donate','','publish','closed','closed','','donate','','','2024-06-04 14:22:20','2024-06-04 14:22:20','',0,'https://jan-mccray.designsfunnelserver.com/?elementor_library=donate',0,'elementor_library','',0),(47,1,'2024-06-04 14:22:20','2024-06-04 14:22:20','','02-3.png','','inherit','open','closed','','02-3-png','','','2024-06-04 14:22:20','2024-06-04 14:22:20','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/02-3.png',0,'attachment','image/png',0),(48,1,'2024-06-04 14:22:20','2024-06-04 14:22:20',' \n

Donate

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

','Donate','','inherit','closed','closed','','46-revision-v1','','','2024-06-04 14:22:20','2024-06-04 14:22:20','',46,'https://jan-mccray.designsfunnelserver.com/?p=48',0,'revision','',0),(49,1,'2024-06-04 14:22:21','2024-06-04 14:22:21','','03-3.png','','inherit','open','closed','','03-3-png','','','2024-06-04 14:22:21','2024-06-04 14:22:21','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/03-3.png',0,'attachment','image/png',0),(50,1,'2024-06-04 14:22:23','2024-06-04 14:22:23','','bg-4.png','','inherit','open','closed','','bg-4-png','','','2024-06-04 14:22:23','2024-06-04 14:22:23','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/bg-4.png',0,'attachment','image/png',0),(51,1,'2024-06-04 14:22:25','2024-06-04 14:22:25','','person_home03-TPYW66E.png','','inherit','open','closed','','person_home03-tpyw66e-png','','','2024-06-04 14:22:25','2024-06-04 14:22:25','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/person_home03-TPYW66E.png',0,'attachment','image/png',0),(52,1,'2024-06-04 14:22:27','2024-06-04 14:22:27','','bg2-1.png','','inherit','open','closed','','bg2-1-png','','','2024-06-04 14:22:27','2024-06-04 14:22:27','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/bg2-1.png',0,'attachment','image/png',0),(53,1,'2024-06-04 14:22:30','2024-06-04 14:22:30','','01-4.png','','inherit','open','closed','','01-4-png','','','2024-06-04 14:22:30','2024-06-04 14:22:30','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/01-4.png',0,'attachment','image/png',0),(54,1,'2024-06-04 14:22:31','2024-06-04 14:22:31','','02-4.png','','inherit','open','closed','','02-4-png','','','2024-06-04 14:22:31','2024-06-04 14:22:31','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/02-4.png',0,'attachment','image/png',0),(55,1,'2024-06-04 14:22:33','2024-06-04 14:22:33','','base-4.png','','inherit','open','closed','','base-4-png','','','2024-06-04 14:22:33','2024-06-04 14:22:33','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/base-4.png',0,'attachment','image/png',0),(56,1,'2024-06-04 14:22:34','2024-06-04 14:22:34','','line-1.png','','inherit','open','closed','','line-1-png','','','2024-06-04 14:22:34','2024-06-04 14:22:34','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/line-1.png',0,'attachment','image/png',0),(57,1,'2024-06-04 14:22:36','2024-06-04 14:22:36','','Icons.png','','inherit','open','closed','','icons-png','','','2024-06-04 14:22:36','2024-06-04 14:22:36','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Icons.png',0,'attachment','image/png',0),(58,1,'2024-06-04 14:22:38','2024-06-04 14:22:38','','Icons2.png','','inherit','open','closed','','icons2-png','','','2024-06-04 14:22:38','2024-06-04 14:22:38','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Icons2.png',0,'attachment','image/png',0),(59,1,'2024-06-04 14:22:39','2024-06-04 14:22:39','','hands-2.png','','inherit','open','closed','','hands-2-png','','','2024-06-04 14:22:39','2024-06-04 14:22:39','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/hands-2.png',0,'attachment','image/png',0),(60,1,'2024-06-04 14:22:42','2024-06-04 14:22:42','','bg_services_home03-PXX4XNE.jpg','','inherit','open','closed','','bg_services_home03-pxx4xne-jpg','','','2024-06-04 14:22:42','2024-06-04 14:22:42','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/bg_services_home03-PXX4XNE.jpg',0,'attachment','image/jpeg',0),(61,1,'2024-06-04 14:22:43','2024-06-04 14:22:43','','01-5.png','','inherit','open','closed','','01-5-png','','','2024-06-04 14:22:43','2024-06-04 14:22:43','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/01-5.png',0,'attachment','image/png',0),(62,1,'2024-06-04 14:22:45','2024-06-04 14:22:45','','bg_services_home03-M56GXL3.jpg','','inherit','open','closed','','bg_services_home03-m56gxl3-jpg','','','2024-06-04 14:22:45','2024-06-04 14:22:45','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/bg_services_home03-M56GXL3.jpg',0,'attachment','image/jpeg',0),(63,1,'2024-06-04 14:22:46','2024-06-04 14:22:46','','02-5.png','','inherit','open','closed','','02-5-png','','','2024-06-04 14:22:46','2024-06-04 14:22:46','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/02-5.png',0,'attachment','image/png',0),(64,1,'2024-06-04 14:22:48','2024-06-04 14:22:48','','bg_services_home03-PE8Y7XM.jpg','','inherit','open','closed','','bg_services_home03-pe8y7xm-jpg','','','2024-06-04 14:22:48','2024-06-04 14:22:48','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/bg_services_home03-PE8Y7XM.jpg',0,'attachment','image/jpeg',0),(65,1,'2024-06-04 14:22:49','2024-06-04 14:22:49','','03-4.png','','inherit','open','closed','','03-4-png','','','2024-06-04 14:22:49','2024-06-04 14:22:49','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/03-4.png',0,'attachment','image/png',0),(66,1,'2024-06-04 14:23:29','2024-06-04 14:23:29',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','publish','closed','closed','','header','','','2024-06-04 20:00:25','2024-06-04 20:00:25','',0,'https://jan-mccray.designsfunnelserver.com/?post_type=tf_header_footer&p=66',0,'tf_header_footer','',0),(67,1,'2024-06-04 14:23:29','2024-06-04 14:23:29','','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:23:29','2024-06-04 14:23:29','',66,'https://jan-mccray.designsfunnelserver.com/?p=67',0,'revision','',0),(69,1,'2024-06-04 14:28:02','2024-06-04 14:28:02','','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:28:02','2024-06-04 14:28:02','',66,'https://jan-mccray.designsfunnelserver.com/?p=69',0,'revision','',0),(70,1,'2024-06-04 14:28:02','2024-06-04 14:28:02','','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:28:02','2024-06-04 14:28:02','',66,'https://jan-mccray.designsfunnelserver.com/?p=70',0,'revision','',0),(71,1,'2024-06-04 14:28:02','2024-06-04 14:28:02',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:28:02','2024-06-04 14:28:02','',66,'https://jan-mccray.designsfunnelserver.com/?p=71',0,'revision','',0),(72,1,'2024-06-04 14:30:44','2024-06-04 14:30:44',' ','','','publish','closed','closed','','72','','','2024-06-04 14:30:44','2024-06-04 14:30:44','',0,'https://jan-mccray.designsfunnelserver.com/?p=72',1,'nav_menu_item','',0),(73,1,'2024-06-04 14:30:44','2024-06-04 14:30:44','','About Us','','publish','closed','closed','','about-us','','','2024-06-04 14:30:44','2024-06-04 14:30:44','',0,'https://jan-mccray.designsfunnelserver.com/?p=73',2,'nav_menu_item','',0),(74,1,'2024-06-04 14:30:44','2024-06-04 14:30:44','','Our Staff','','publish','closed','closed','','our-staff','','','2024-06-04 14:30:44','2024-06-04 14:30:44','',0,'https://jan-mccray.designsfunnelserver.com/?p=74',3,'nav_menu_item','',0),(75,1,'2024-06-04 14:30:44','2024-06-04 14:30:44','','Board of Directors','','publish','closed','closed','','board-of-directors','','','2024-06-04 14:30:44','2024-06-04 14:30:44','',0,'https://jan-mccray.designsfunnelserver.com/?p=75',4,'nav_menu_item','',0),(76,1,'2024-06-04 14:30:44','2024-06-04 14:30:44','','House of Love','','publish','closed','closed','','house-of-love','','','2024-06-04 14:30:44','2024-06-04 14:30:44','',0,'https://jan-mccray.designsfunnelserver.com/?p=76',5,'nav_menu_item','',0),(77,1,'2024-06-04 14:30:44','2024-06-04 14:30:44','','Widow\'s Ministry','','publish','closed','closed','','widows-ministry','','','2024-06-04 14:30:44','2024-06-04 14:30:44','',0,'https://jan-mccray.designsfunnelserver.com/?p=77',6,'nav_menu_item','',0),(78,1,'2024-06-04 14:30:44','2024-06-04 14:30:44','','News','','publish','closed','closed','','news','','','2024-06-04 14:30:44','2024-06-04 14:30:44','',0,'https://jan-mccray.designsfunnelserver.com/?p=78',7,'nav_menu_item','',0),(79,1,'2024-06-04 14:30:44','2024-06-04 14:30:44','','Donations','','publish','closed','closed','','donations','','','2024-06-04 14:30:44','2024-06-04 14:30:44','',0,'https://jan-mccray.designsfunnelserver.com/?p=79',8,'nav_menu_item','',0),(80,1,'2024-06-04 14:30:44','2024-06-04 14:30:44','','Contact Us','','publish','closed','closed','','contact-us','','','2024-06-04 14:30:44','2024-06-04 14:30:44','',0,'https://jan-mccray.designsfunnelserver.com/?p=80',9,'nav_menu_item','',0),(81,1,'2024-06-04 14:31:16','2024-06-04 14:31:16',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:31:16','2024-06-04 14:31:16','',66,'https://jan-mccray.designsfunnelserver.com/?p=81',0,'revision','',0),(82,1,'2024-06-04 14:31:16','2024-06-04 14:31:16',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:31:16','2024-06-04 14:31:16','',66,'https://jan-mccray.designsfunnelserver.com/?p=82',0,'revision','',0),(83,1,'2024-06-04 14:31:17','2024-06-04 14:31:17',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:31:17','2024-06-04 14:31:17','',66,'https://jan-mccray.designsfunnelserver.com/?p=83',0,'revision','',0),(84,1,'2024-06-04 14:31:36','2024-06-04 14:31:36',' \n \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','publish','closed','closed','','footer','','','2024-06-04 19:17:43','2024-06-04 19:17:43','',0,'https://jan-mccray.designsfunnelserver.com/?post_type=tf_header_footer&p=84',0,'tf_header_footer','',0),(85,1,'2024-06-04 14:31:36','2024-06-04 14:31:36','','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 14:31:36','2024-06-04 14:31:36','',84,'https://jan-mccray.designsfunnelserver.com/?p=85',0,'revision','',0),(87,1,'2024-06-04 14:32:41','2024-06-04 14:32:41','','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 14:32:41','2024-06-04 14:32:41','',84,'https://jan-mccray.designsfunnelserver.com/?p=87',0,'revision','',0),(88,1,'2024-06-04 14:32:41','2024-06-04 14:32:41','','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 14:32:41','2024-06-04 14:32:41','',84,'https://jan-mccray.designsfunnelserver.com/?p=88',0,'revision','',0),(89,1,'2024-06-04 14:32:41','2024-06-04 14:32:41','

Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n
    \n
  • \n \n needhelp@company.com\n
  • \n
  • \n + 1 (307) 776-0608\n
  • \n
\n

60 Broklyn Golden Street, New York United States of America

\n

© Copyright 2023 by Themesflat

\n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n ','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 14:32:41','2024-06-04 14:32:41','',84,'https://jan-mccray.designsfunnelserver.com/?p=89',0,'revision','',0),(90,1,'2024-06-04 14:34:50','2024-06-04 14:34:50','','bg_services_home03-PHQLZX4.jpg','','inherit','open','closed','','bg_services_home03-phqlzx4-jpg','','','2024-06-04 14:34:50','2024-06-04 14:34:50','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/bg_services_home03-PHQLZX4.jpg',0,'attachment','image/jpeg',0),(91,1,'2024-06-04 14:34:52','2024-06-04 14:34:52','','04-3.png','','inherit','open','closed','','04-3-png','','','2024-06-04 14:34:52','2024-06-04 14:34:52','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/04-3.png',0,'attachment','image/png',0),(92,1,'2024-06-04 14:34:54','2024-06-04 14:34:54','','benefits_home03-PW3MFNQ.jpg','','inherit','open','closed','','benefits_home03-pw3mfnq-jpg','','','2024-06-04 14:34:54','2024-06-04 14:34:54','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/benefits_home03-PW3MFNQ.jpg',0,'attachment','image/jpeg',0),(93,1,'2024-06-04 14:34:56','2024-06-04 14:34:56','','circles-2.png','','inherit','open','closed','','circles-2-png','','','2024-06-04 14:34:56','2024-06-04 14:34:56','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/circles-2.png',0,'attachment','image/png',0),(94,1,'2024-06-04 14:34:59','2024-06-04 14:34:59','','benefits_home03-U85WLPP.jpg','','inherit','open','closed','','benefits_home03-u85wlpp-jpg','','','2024-06-04 14:34:59','2024-06-04 14:34:59','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/benefits_home03-U85WLPP.jpg',0,'attachment','image/jpeg',0),(95,1,'2024-06-04 14:35:00','2024-06-04 14:35:00','','logo_lorem_black-4.png','','inherit','open','closed','','logo_lorem_black-4-png','','','2024-06-04 14:35:00','2024-06-04 14:35:00','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/logo_lorem_black-4.png',0,'attachment','image/png',0),(96,1,'2024-06-04 14:35:03','2024-06-04 14:35:03','','logo_lorem_black-3.png','','inherit','open','closed','','logo_lorem_black-3-png','','','2024-06-04 14:35:03','2024-06-04 14:35:03','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/logo_lorem_black-3.png',0,'attachment','image/png',0),(97,1,'2024-06-04 14:35:05','2024-06-04 14:35:05','','logo_lorem_black-2.png','','inherit','open','closed','','logo_lorem_black-2-png','','','2024-06-04 14:35:05','2024-06-04 14:35:05','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/logo_lorem_black-2.png',0,'attachment','image/png',0),(98,1,'2024-06-04 14:35:07','2024-06-04 14:35:07','','logo_lorem_black-1.png','','inherit','open','closed','','logo_lorem_black-1-png','','','2024-06-04 14:35:07','2024-06-04 14:35:07','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/logo_lorem_black-1.png',0,'attachment','image/png',0),(99,1,'2024-06-04 14:35:08','2024-06-04 14:35:08','','logo_lorem_black.png','','inherit','open','closed','','logo_lorem_black-png','','','2024-06-04 14:35:08','2024-06-04 14:35:08','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/logo_lorem_black.png',0,'attachment','image/png',0),(100,1,'2024-06-04 14:35:11','2024-06-04 14:35:11','','circles-3.png','','inherit','open','closed','','circles-3-png','','','2024-06-04 14:35:11','2024-06-04 14:35:11','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/circles-3.png',0,'attachment','image/png',0),(101,1,'2024-06-04 14:35:16','2024-06-04 14:35:16','','causes_home01-6M6AG39.jpg','','inherit','open','closed','','causes_home01-6m6ag39-jpg','','','2024-06-04 14:35:16','2024-06-04 14:35:16','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/causes_home01-6M6AG39.jpg',0,'attachment','image/jpeg',0),(102,1,'2024-06-04 14:35:18','2024-06-04 14:35:18','','causes_home01-5VNVJ8V.jpg','','inherit','open','closed','','causes_home01-5vnvj8v-jpg','','','2024-06-04 14:35:18','2024-06-04 14:35:18','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/causes_home01-5VNVJ8V.jpg',0,'attachment','image/jpeg',0),(103,1,'2024-06-04 14:35:19','2024-06-04 14:35:19','','causes_home01-JRE3YVL.jpg','','inherit','open','closed','','causes_home01-jre3yvl-jpg','','','2024-06-04 14:35:19','2024-06-04 14:35:19','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/causes_home01-JRE3YVL.jpg',0,'attachment','image/jpeg',0),(104,1,'2024-06-04 14:35:21','2024-06-04 14:35:21','','bg_testimonial_home03-LME7REA.jpg','','inherit','open','closed','','bg_testimonial_home03-lme7rea-jpg','','','2024-06-04 14:35:21','2024-06-04 14:35:21','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/bg_testimonial_home03-LME7REA.jpg',0,'attachment','image/jpeg',0),(105,1,'2024-06-04 14:35:23','2024-06-04 14:35:23','','testimonial_home02-2GB5STW.jpg','','inherit','open','closed','','testimonial_home02-2gb5stw-jpg','','','2024-06-04 14:35:23','2024-06-04 14:35:23','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/testimonial_home02-2GB5STW.jpg',0,'attachment','image/jpeg',0),(106,1,'2024-06-04 14:35:25','2024-06-04 14:35:25','','testimonial_home03-7KXQNHG.jpg','','inherit','open','closed','','testimonial_home03-7kxqnhg-jpg','','','2024-06-04 14:35:25','2024-06-04 14:35:25','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/testimonial_home03-7KXQNHG.jpg',0,'attachment','image/jpeg',0),(107,1,'2024-06-04 14:35:26','2024-06-04 14:35:26','','testimonial_home02-ER3ULG7.jpg','','inherit','open','closed','','testimonial_home02-er3ulg7-jpg','','','2024-06-04 14:35:26','2024-06-04 14:35:26','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/testimonial_home02-ER3ULG7.jpg',0,'attachment','image/jpeg',0),(108,1,'2024-06-04 14:35:29','2024-06-04 14:35:29','','base-1.jpg','','inherit','open','closed','','base-1-jpg','','','2024-06-04 14:35:29','2024-06-04 14:35:29','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/base-1.jpg',0,'attachment','image/jpeg',0),(109,1,'2024-06-04 14:35:34','2024-06-04 14:35:34','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg','','','2024-06-04 14:35:34','2024-06-04 14:35:34','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder.jpg',0,'attachment','image/jpeg',0),(110,1,'2024-06-04 14:35:34','2024-06-04 14:35:34','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-2','','','2024-06-04 14:35:34','2024-06-04 14:35:34','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-1.jpg',0,'attachment','image/jpeg',0),(111,1,'2024-06-04 14:35:34','2024-06-04 14:35:34','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-3','','','2024-06-04 14:35:34','2024-06-04 14:35:34','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-2.jpg',0,'attachment','image/jpeg',0),(112,1,'2024-06-04 14:35:35','2024-06-04 14:35:35','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-4','','','2024-06-04 14:35:35','2024-06-04 14:35:35','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-3.jpg',0,'attachment','image/jpeg',0),(113,1,'2024-06-04 14:35:35','2024-06-04 14:35:35','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-5','','','2024-06-04 14:35:35','2024-06-04 14:35:35','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-4.jpg',0,'attachment','image/jpeg',0),(114,1,'2024-06-04 14:35:36','2024-06-04 14:35:36','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-6','','','2024-06-04 14:35:36','2024-06-04 14:35:36','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-5.jpg',0,'attachment','image/jpeg',0),(115,1,'2024-06-04 14:35:36','2024-06-04 14:35:36','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-7','','','2024-06-04 14:35:36','2024-06-04 14:35:36','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-6.jpg',0,'attachment','image/jpeg',0),(116,1,'2024-06-04 14:35:37','2024-06-04 14:35:37','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-8','','','2024-06-04 14:35:37','2024-06-04 14:35:37','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-7.jpg',0,'attachment','image/jpeg',0),(117,1,'2024-06-04 14:35:37','2024-06-04 14:35:37','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-9','','','2024-06-04 14:35:37','2024-06-04 14:35:37','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-8.jpg',0,'attachment','image/jpeg',0),(118,1,'2024-06-04 14:35:38','2024-06-04 14:35:38','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-10','','','2024-06-04 14:35:38','2024-06-04 14:35:38','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-9.jpg',0,'attachment','image/jpeg',0),(119,1,'2024-06-04 14:35:38','2024-06-04 14:35:38','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-11','','','2024-06-04 14:35:38','2024-06-04 14:35:38','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-10.jpg',0,'attachment','image/jpeg',0),(120,1,'2024-06-04 14:35:39','2024-06-04 14:35:39','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-12','','','2024-06-04 14:35:39','2024-06-04 14:35:39','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-11.jpg',0,'attachment','image/jpeg',0),(121,1,'2024-06-04 14:35:39','2024-06-04 14:35:39','','placeholder.jpg','','inherit','open','closed','','placeholder-jpg-13','','','2024-06-04 14:35:39','2024-06-04 14:35:39','',0,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/placeholder-12.jpg',0,'attachment','image/jpeg',0),(122,1,'2024-06-04 14:35:40','2024-06-04 14:35:40',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home 03','','publish','closed','closed','','home-03','','','2024-06-04 14:35:40','2024-06-04 14:35:40','',0,'https://jan-mccray.designsfunnelserver.com/?elementor_library=home-03',0,'elementor_library','',0),(123,1,'2024-06-04 14:35:40','2024-06-04 14:35:40',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home 03','','inherit','closed','closed','','122-revision-v1','','','2024-06-04 14:35:40','2024-06-04 14:35:40','',122,'https://jan-mccray.designsfunnelserver.com/?p=123',0,'revision','',0),(125,1,'2024-06-04 14:40:57','2024-06-04 14:40:57','','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:40:57','2024-06-04 14:40:57','',9,'https://jan-mccray.designsfunnelserver.com/?p=125',0,'revision','',0),(126,1,'2024-06-04 14:40:57','2024-06-04 14:40:57','','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:40:57','2024-06-04 14:40:57','',9,'https://jan-mccray.designsfunnelserver.com/?p=126',0,'revision','',0),(127,1,'2024-06-04 14:40:57','2024-06-04 14:40:57',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:40:57','2024-06-04 14:40:57','',9,'https://jan-mccray.designsfunnelserver.com/?p=127',0,'revision','',0),(128,1,'2024-06-04 14:44:20','2024-06-04 14:44:20',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:44:20','2024-06-04 14:44:20','',9,'https://jan-mccray.designsfunnelserver.com/?p=128',0,'revision','',0),(129,1,'2024-06-04 14:44:21','2024-06-04 14:44:21',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:44:21','2024-06-04 14:44:21','',9,'https://jan-mccray.designsfunnelserver.com/?p=129',0,'revision','',0),(130,1,'2024-06-04 14:44:21','2024-06-04 14:44:21',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:44:21','2024-06-04 14:44:21','',9,'https://jan-mccray.designsfunnelserver.com/?p=130',0,'revision','',0),(131,1,'2024-06-04 14:45:14','2024-06-04 14:45:14',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:45:14','2024-06-04 14:45:14','',9,'https://jan-mccray.designsfunnelserver.com/?p=131',0,'revision','',0),(132,1,'2024-06-04 14:45:14','2024-06-04 14:45:14',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:45:14','2024-06-04 14:45:14','',9,'https://jan-mccray.designsfunnelserver.com/?p=132',0,'revision','',0),(133,1,'2024-06-04 14:45:14','2024-06-04 14:45:14',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:45:14','2024-06-04 14:45:14','',9,'https://jan-mccray.designsfunnelserver.com/?p=133',0,'revision','',0),(134,1,'2024-06-04 14:45:46','2024-06-04 14:45:46',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:45:46','2024-06-04 14:45:46','',9,'https://jan-mccray.designsfunnelserver.com/?p=134',0,'revision','',0),(135,1,'2024-06-04 14:45:46','2024-06-04 14:45:46',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:45:46','2024-06-04 14:45:46','',9,'https://jan-mccray.designsfunnelserver.com/?p=135',0,'revision','',0),(136,1,'2024-06-04 14:45:47','2024-06-04 14:45:47',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:45:47','2024-06-04 14:45:47','',9,'https://jan-mccray.designsfunnelserver.com/?p=136',0,'revision','',0),(137,1,'2024-06-04 14:46:22','2024-06-04 14:46:22',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:46:22','2024-06-04 14:46:22','',9,'https://jan-mccray.designsfunnelserver.com/?p=137',0,'revision','',0),(138,1,'2024-06-04 14:46:22','2024-06-04 14:46:22',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:46:22','2024-06-04 14:46:22','',9,'https://jan-mccray.designsfunnelserver.com/?p=138',0,'revision','',0),(139,1,'2024-06-04 14:46:22','2024-06-04 14:46:22',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:46:22','2024-06-04 14:46:22','',9,'https://jan-mccray.designsfunnelserver.com/?p=139',0,'revision','',0),(141,1,'2024-06-04 14:50:26','2024-06-04 14:50:26',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:50:26','2024-06-04 14:50:26','',9,'https://jan-mccray.designsfunnelserver.com/?p=141',0,'revision','',0),(142,1,'2024-06-04 14:50:26','2024-06-04 14:50:26',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:50:26','2024-06-04 14:50:26','',9,'https://jan-mccray.designsfunnelserver.com/?p=142',0,'revision','',0),(143,1,'2024-06-04 14:50:27','2024-06-04 14:50:27',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 14:50:27','2024-06-04 14:50:27','',9,'https://jan-mccray.designsfunnelserver.com/?p=143',0,'revision','',0),(144,1,'2024-06-04 14:52:11','2024-06-04 14:52:11','','Ministries_Logo_side','','inherit','open','closed','','ministries_logo_side','','','2024-06-04 14:52:11','2024-06-04 14:52:11','',66,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Ministries_Logo_side.webp',0,'attachment','image/webp',0),(145,1,'2024-06-04 14:52:18','2024-06-04 14:52:18',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:52:18','2024-06-04 14:52:18','',66,'https://jan-mccray.designsfunnelserver.com/?p=145',0,'revision','',0),(146,1,'2024-06-04 14:52:18','2024-06-04 14:52:18',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:52:18','2024-06-04 14:52:18','',66,'https://jan-mccray.designsfunnelserver.com/?p=146',0,'revision','',0),(147,1,'2024-06-04 14:52:18','2024-06-04 14:52:18',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:52:18','2024-06-04 14:52:18','',66,'https://jan-mccray.designsfunnelserver.com/?p=147',0,'revision','',0),(148,1,'2024-06-04 14:52:48','2024-06-04 14:52:48',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:52:48','2024-06-04 14:52:48','',66,'https://jan-mccray.designsfunnelserver.com/?p=148',0,'revision','',0),(149,1,'2024-06-04 14:52:48','2024-06-04 14:52:48',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:52:48','2024-06-04 14:52:48','',66,'https://jan-mccray.designsfunnelserver.com/?p=149',0,'revision','',0),(150,1,'2024-06-04 14:52:48','2024-06-04 14:52:48',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:52:48','2024-06-04 14:52:48','',66,'https://jan-mccray.designsfunnelserver.com/?p=150',0,'revision','',0),(151,1,'2024-06-04 14:53:04','2024-06-04 14:53:04',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:53:04','2024-06-04 14:53:04','',66,'https://jan-mccray.designsfunnelserver.com/?p=151',0,'revision','',0),(152,1,'2024-06-04 14:53:05','2024-06-04 14:53:05',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:53:05','2024-06-04 14:53:05','',66,'https://jan-mccray.designsfunnelserver.com/?p=152',0,'revision','',0),(153,1,'2024-06-04 14:53:05','2024-06-04 14:53:05',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:53:05','2024-06-04 14:53:05','',66,'https://jan-mccray.designsfunnelserver.com/?p=153',0,'revision','',0),(154,1,'2024-06-04 14:54:16','2024-06-04 14:54:16',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:54:16','2024-06-04 14:54:16','',66,'https://jan-mccray.designsfunnelserver.com/?p=154',0,'revision','',0),(155,1,'2024-06-04 14:54:16','2024-06-04 14:54:16',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:54:16','2024-06-04 14:54:16','',66,'https://jan-mccray.designsfunnelserver.com/?p=155',0,'revision','',0),(156,1,'2024-06-04 14:54:16','2024-06-04 14:54:16',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 14:54:16','2024-06-04 14:54:16','',66,'https://jan-mccray.designsfunnelserver.com/?p=156',0,'revision','',0),(157,1,'2024-06-04 15:03:54','2024-06-04 15:03:54','','0805c9_f384e20541724f62b4cae460bc2eba41~mv2','','inherit','open','closed','','0805c9_f384e20541724f62b4cae460bc2eba41mv2','','','2024-06-04 15:03:54','2024-06-04 15:03:54','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/0805c9_f384e20541724f62b4cae460bc2eba41mv2.jpg',0,'attachment','image/jpeg',0),(158,1,'2024-06-04 15:04:03','2024-06-04 15:04:03',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:04:03','2024-06-04 15:04:03','',9,'https://jan-mccray.designsfunnelserver.com/?p=158',0,'revision','',0),(159,1,'2024-06-04 15:04:04','2024-06-04 15:04:04',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:04:04','2024-06-04 15:04:04','',9,'https://jan-mccray.designsfunnelserver.com/?p=159',0,'revision','',0),(160,1,'2024-06-04 15:04:04','2024-06-04 15:04:04',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:04:04','2024-06-04 15:04:04','',9,'https://jan-mccray.designsfunnelserver.com/?p=160',0,'revision','',0),(161,1,'2024-06-04 15:07:39','2024-06-04 15:07:39',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:07:39','2024-06-04 15:07:39','',9,'https://jan-mccray.designsfunnelserver.com/?p=161',0,'revision','',0),(162,1,'2024-06-04 15:07:39','2024-06-04 15:07:39',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:07:39','2024-06-04 15:07:39','',9,'https://jan-mccray.designsfunnelserver.com/?p=162',0,'revision','',0),(163,1,'2024-06-04 15:07:40','2024-06-04 15:07:40',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:07:40','2024-06-04 15:07:40','',9,'https://jan-mccray.designsfunnelserver.com/?p=163',0,'revision','',0),(164,1,'2024-06-04 15:12:21','2024-06-04 15:12:21','','TOPSHOTSDisplaced people raise their ha','TOPSHOTS\nDisplaced people raise their hands as they wait for food distribution, near Mpoko Bangui\'s airport where 100.000 people have found shelter on January 8, 2014. Strife-torn Central African Republic is heading for a humanitarian disaster, a Unicef official warned on January 9, calling for urgent action to prevent deadly diseases from spreading in overcrowded refugee camps. AFP PHOTO / ERIC FEFERBERGERIC FEFERBERG/AFP/Getty Images','inherit','open','closed','','topshotsdisplaced-people-raise-their-ha','','','2024-06-04 15:12:23','2024-06-04 15:12:23','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/who-we-are.jpg',0,'attachment','image/jpeg',0),(165,1,'2024-06-04 15:12:37','2024-06-04 15:12:37',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:12:37','2024-06-04 15:12:37','',9,'https://jan-mccray.designsfunnelserver.com/?p=165',0,'revision','',0); INSERT INTO `jan_posts` VALUES (166,1,'2024-06-04 15:12:37','2024-06-04 15:12:37',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:12:37','2024-06-04 15:12:37','',9,'https://jan-mccray.designsfunnelserver.com/?p=166',0,'revision','',0),(167,1,'2024-06-04 15:12:38','2024-06-04 15:12:38',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:12:38','2024-06-04 15:12:38','',9,'https://jan-mccray.designsfunnelserver.com/?p=167',0,'revision','',0),(168,1,'2024-06-04 15:14:38','2024-06-04 15:14:38',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:14:38','2024-06-04 15:14:38','',9,'https://jan-mccray.designsfunnelserver.com/?p=168',0,'revision','',0),(169,1,'2024-06-04 15:14:38','2024-06-04 15:14:38',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:14:38','2024-06-04 15:14:38','',9,'https://jan-mccray.designsfunnelserver.com/?p=169',0,'revision','',0),(170,1,'2024-06-04 15:14:38','2024-06-04 15:14:38',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:14:38','2024-06-04 15:14:38','',9,'https://jan-mccray.designsfunnelserver.com/?p=170',0,'revision','',0),(171,1,'2024-06-04 15:18:57','2024-06-04 15:18:57',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:18:57','2024-06-04 15:18:57','',9,'https://jan-mccray.designsfunnelserver.com/?p=171',0,'revision','',0),(172,1,'2024-06-04 15:18:58','2024-06-04 15:18:58',' \n \"\" \n

Become a Volunteer

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Quick Fundraise

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n

Donate Now

Lorem ium dolor sit ametad free text\npisicing elit sed do ut.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:18:58','2024-06-04 15:18:58','',9,'https://jan-mccray.designsfunnelserver.com/?p=172',0,'revision','',0),(173,1,'2024-06-04 15:18:58','2024-06-04 15:18:58',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:18:58','2024-06-04 15:18:58','',9,'https://jan-mccray.designsfunnelserver.com/?p=173',0,'revision','',0),(174,1,'2024-06-04 15:21:43','2024-06-04 15:21:43',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:21:43','2024-06-04 15:21:43','',9,'https://jan-mccray.designsfunnelserver.com/?p=174',0,'revision','',0),(175,1,'2024-06-04 15:21:43','2024-06-04 15:21:43',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:21:43','2024-06-04 15:21:43','',9,'https://jan-mccray.designsfunnelserver.com/?p=175',0,'revision','',0),(176,1,'2024-06-04 15:21:44','2024-06-04 15:21:44',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:21:44','2024-06-04 15:21:44','',9,'https://jan-mccray.designsfunnelserver.com/?p=176',0,'revision','',0),(177,1,'2024-06-04 15:26:08','2024-06-04 15:26:08','','0805c9_40d872c22d7b42239d4c23419d090d99~mv2','','inherit','open','closed','','0805c9_40d872c22d7b42239d4c23419d090d99mv2','','','2024-06-04 15:26:08','2024-06-04 15:26:08','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/0805c9_40d872c22d7b42239d4c23419d090d99mv2.webp',0,'attachment','image/webp',0),(178,1,'2024-06-04 15:27:48','2024-06-04 15:27:48',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:27:48','2024-06-04 15:27:48','',9,'https://jan-mccray.designsfunnelserver.com/?p=178',0,'revision','',0),(179,1,'2024-06-04 15:27:48','2024-06-04 15:27:48',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Charity Platform

\n

Trusted Non-Profit\nCharity Center

\n

Charity activities are taken place around the world.\n

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n
\"\"
Childrens Education

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n
\"\"
Support Them

Lorem ipsum dolor sit amet, consectetur elit, sed do eiusmod tempor anagi icdunt ut.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:27:48','2024-06-04 15:27:48','',9,'https://jan-mccray.designsfunnelserver.com/?p=179',0,'revision','',0),(180,1,'2024-06-04 15:27:49','2024-06-04 15:27:49',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:27:49','2024-06-04 15:27:49','',9,'https://jan-mccray.designsfunnelserver.com/?p=180',0,'revision','',0),(181,1,'2024-06-04 15:28:11','2024-06-04 15:28:11',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:28:11','2024-06-04 15:28:11','',9,'https://jan-mccray.designsfunnelserver.com/?p=181',0,'revision','',0),(182,1,'2024-06-04 15:28:11','2024-06-04 15:28:11',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Discover More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:28:11','2024-06-04 15:28:11','',9,'https://jan-mccray.designsfunnelserver.com/?p=182',0,'revision','',0),(183,1,'2024-06-04 15:28:13','2024-06-04 15:28:13',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:28:13','2024-06-04 15:28:13','',9,'https://jan-mccray.designsfunnelserver.com/?p=183',0,'revision','',0),(184,1,'2024-06-04 15:31:38','2024-06-04 15:31:38','','0805c9_2e7ef4e9334648f29259763758a1aa91~mv2','','inherit','open','closed','','0805c9_2e7ef4e9334648f29259763758a1aa91mv2','','','2024-06-04 15:31:38','2024-06-04 15:31:38','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/0805c9_2e7ef4e9334648f29259763758a1aa91mv2.webp',0,'attachment','image/webp',0),(185,1,'2024-06-04 15:32:52','2024-06-04 15:32:52','','House_of_Love-01','','inherit','open','closed','','house_of_love-01','','','2024-06-04 15:32:52','2024-06-04 15:32:52','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/House_of_Love-01.webp',0,'attachment','image/webp',0),(186,1,'2024-06-04 15:37:13','2024-06-04 15:37:13',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:37:13','2024-06-04 15:37:13','',9,'https://jan-mccray.designsfunnelserver.com/?p=186',0,'revision','',0),(187,1,'2024-06-04 15:37:13','2024-06-04 15:37:13',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n \"\" \n

Donation Benefits

\n

Inspire & Help them\nLive Longer

\n

There are many variations of passages of Lorem Ipsum available, but the majority have suffered by injected humour, or randomised words which don\'t look even slightly believable.

\n \"\" \n
    \n
  • \n \n Nsectetur cing elit\n
  • \n
  • \n \n Suspe ndisse suscipit leo\n
  • \n
  • \n \n Strong communication skills\n
  • \n
  • \n \n If you are nt going to a passages\n
  • \n
\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:37:13','2024-06-04 15:37:13','',9,'https://jan-mccray.designsfunnelserver.com/?p=187',0,'revision','',0),(188,1,'2024-06-04 15:37:14','2024-06-04 15:37:14',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:37:14','2024-06-04 15:37:14','',9,'https://jan-mccray.designsfunnelserver.com/?p=188',0,'revision','',0),(189,1,'2024-06-04 15:38:09','2024-06-04 15:38:09',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:38:09','2024-06-04 15:38:09','',9,'https://jan-mccray.designsfunnelserver.com/?p=189',0,'revision','',0),(190,1,'2024-06-04 15:38:10','2024-06-04 15:38:10',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:38:10','2024-06-04 15:38:10','',9,'https://jan-mccray.designsfunnelserver.com/?p=190',0,'revision','',0),(191,1,'2024-06-04 15:38:11','2024-06-04 15:38:11',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:38:11','2024-06-04 15:38:11','',9,'https://jan-mccray.designsfunnelserver.com/?p=191',0,'revision','',0),(192,1,'2024-06-04 15:39:43','2024-06-04 15:39:43',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','publish','closed','closed','','house-of-love-slider-1','','','2024-06-04 18:45:27','2024-06-04 18:45:27','',0,'https://jan-mccray.designsfunnelserver.com/?post_type=elementor_library&p=192',0,'elementor_library','',0),(193,1,'2024-06-04 15:40:59','2024-06-04 15:40:59','','Caroline Nkatata Ngotiek_edited','','inherit','open','closed','','caroline-nkatata-ngotiek_edited','','','2024-06-04 15:40:59','2024-06-04 15:40:59','',192,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Caroline-Nkatata-Ngotiek_edited.webp',0,'attachment','image/webp',0),(194,1,'2024-06-04 15:45:20','2024-06-04 15:45:20','','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:45:20','2024-06-04 15:45:20','',192,'https://jan-mccray.designsfunnelserver.com/?p=194',0,'revision','',0),(195,1,'2024-06-04 15:45:20','2024-06-04 15:45:20',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:45:20','2024-06-04 15:45:20','',192,'https://jan-mccray.designsfunnelserver.com/?p=195',0,'revision','',0),(196,1,'2024-06-04 15:45:52','2024-06-04 15:45:52',' \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n ','house of love slider 2','','publish','closed','closed','','house-of-love-slider-2','','','2024-06-04 18:45:43','2024-06-04 18:45:43','',0,'https://jan-mccray.designsfunnelserver.com/?post_type=elementor_library&p=196',0,'elementor_library','',0),(197,1,'2024-06-04 15:45:52','2024-06-04 15:45:52',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 2','','inherit','closed','closed','','196-revision-v1','','','2024-06-04 15:45:52','2024-06-04 15:45:52','',196,'https://jan-mccray.designsfunnelserver.com/?p=197',0,'revision','',0),(198,1,'2024-06-04 15:46:08','2024-06-04 15:46:08',' \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n ','house of love slider 3','','publish','closed','closed','','house-of-love-slider-3','','','2024-06-04 18:44:54','2024-06-04 18:44:54','',0,'https://jan-mccray.designsfunnelserver.com/?post_type=elementor_library&p=198',0,'elementor_library','',0),(199,1,'2024-06-04 15:46:08','2024-06-04 15:46:08',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 3','','inherit','closed','closed','','198-revision-v1','','','2024-06-04 15:46:08','2024-06-04 15:46:08','',198,'https://jan-mccray.designsfunnelserver.com/?p=199',0,'revision','',0),(200,1,'2024-06-04 15:49:50','2024-06-04 15:49:50',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:49:50','2024-06-04 15:49:50','',9,'https://jan-mccray.designsfunnelserver.com/?p=200',0,'revision','',0),(201,1,'2024-06-04 15:49:50','2024-06-04 15:49:50',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Educate

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Build

There are many lipsum of pass but the have in that not some.

\n
\"\"

We Help

There are many lipsum of pass but the have in that not some.

\n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:49:50','2024-06-04 15:49:50','',9,'https://jan-mccray.designsfunnelserver.com/?p=201',0,'revision','',0),(202,1,'2024-06-04 15:49:52','2024-06-04 15:49:52',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:49:52','2024-06-04 15:49:52','',9,'https://jan-mccray.designsfunnelserver.com/?p=202',0,'revision','',0),(203,1,'2024-06-04 15:50:47','2024-06-04 15:50:47',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:50:47','2024-06-04 15:50:47','',192,'https://jan-mccray.designsfunnelserver.com/?p=203',0,'revision','',0),(204,1,'2024-06-04 15:51:17','2024-06-04 15:51:17',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:51:17','2024-06-04 15:51:17','',192,'https://jan-mccray.designsfunnelserver.com/?p=204',0,'revision','',0),(205,1,'2024-06-04 15:53:15','2024-06-04 15:53:15',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 2','','inherit','closed','closed','','196-revision-v1','','','2024-06-04 15:53:15','2024-06-04 15:53:15','',196,'https://jan-mccray.designsfunnelserver.com/?p=205',0,'revision','',0),(207,1,'2024-06-04 15:53:37','2024-06-04 15:53:37',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:53:37','2024-06-04 15:53:37','',192,'https://jan-mccray.designsfunnelserver.com/?p=207',0,'revision','',0),(208,1,'2024-06-04 15:54:12','2024-06-04 15:54:12',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:54:12','2024-06-04 15:54:12','',192,'https://jan-mccray.designsfunnelserver.com/?p=208',0,'revision','',0),(209,1,'2024-06-04 15:54:38','2024-06-04 15:54:38',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:54:38','2024-06-04 15:54:38','',192,'https://jan-mccray.designsfunnelserver.com/?p=209',0,'revision','',0),(210,1,'2024-06-04 15:55:05','2024-06-04 15:55:05',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:55:05','2024-06-04 15:55:05','',9,'https://jan-mccray.designsfunnelserver.com/?p=210',0,'revision','',0),(211,1,'2024-06-04 15:55:05','2024-06-04 15:55:05',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:55:05','2024-06-04 15:55:05','',9,'https://jan-mccray.designsfunnelserver.com/?p=211',0,'revision','',0),(212,1,'2024-06-04 15:55:07','2024-06-04 15:55:07',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:55:07','2024-06-04 15:55:07','',9,'https://jan-mccray.designsfunnelserver.com/?p=212',0,'revision','',0),(213,1,'2024-06-04 15:55:33','2024-06-04 15:55:33',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:55:33','2024-06-04 15:55:33','',9,'https://jan-mccray.designsfunnelserver.com/?p=213',0,'revision','',0),(214,1,'2024-06-04 15:55:33','2024-06-04 15:55:33',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:55:33','2024-06-04 15:55:33','',9,'https://jan-mccray.designsfunnelserver.com/?p=214',0,'revision','',0),(215,1,'2024-06-04 15:55:34','2024-06-04 15:55:34',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:55:34','2024-06-04 15:55:34','',9,'https://jan-mccray.designsfunnelserver.com/?p=215',0,'revision','',0),(216,1,'2024-06-04 15:55:51','2024-06-04 15:55:51',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:55:51','2024-06-04 15:55:51','',192,'https://jan-mccray.designsfunnelserver.com/?p=216',0,'revision','',0),(217,1,'2024-06-04 15:56:29','2024-06-04 15:56:29',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:56:29','2024-06-04 15:56:29','',192,'https://jan-mccray.designsfunnelserver.com/?p=217',0,'revision','',0),(218,1,'2024-06-04 15:57:19','2024-06-04 15:57:19',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:57:19','2024-06-04 15:57:19','',9,'https://jan-mccray.designsfunnelserver.com/?p=218',0,'revision','',0),(219,1,'2024-06-04 15:57:19','2024-06-04 15:57:19',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:57:19','2024-06-04 15:57:19','',9,'https://jan-mccray.designsfunnelserver.com/?p=219',0,'revision','',0),(220,1,'2024-06-04 15:57:20','2024-06-04 15:57:20',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:57:20','2024-06-04 15:57:20','',9,'https://jan-mccray.designsfunnelserver.com/?p=220',0,'revision','',0),(221,1,'2024-06-04 15:57:59','2024-06-04 15:57:59',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:57:59','2024-06-04 15:57:59','',192,'https://jan-mccray.designsfunnelserver.com/?p=221',0,'revision','',0),(222,1,'2024-06-04 15:58:06','2024-06-04 15:58:06',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 3','','inherit','closed','closed','','198-revision-v1','','','2024-06-04 15:58:06','2024-06-04 15:58:06','',198,'https://jan-mccray.designsfunnelserver.com/?p=222',0,'revision','',0),(223,1,'2024-06-04 15:58:14','2024-06-04 15:58:14',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:58:14','2024-06-04 15:58:14','',192,'https://jan-mccray.designsfunnelserver.com/?p=223',0,'revision','',0); INSERT INTO `jan_posts` VALUES (224,1,'2024-06-04 15:58:25','2024-06-04 15:58:25',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 2','','inherit','closed','closed','','196-revision-v1','','','2024-06-04 15:58:25','2024-06-04 15:58:25','',196,'https://jan-mccray.designsfunnelserver.com/?p=224',0,'revision','',0),(225,1,'2024-06-04 15:58:29','2024-06-04 15:58:29',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 3','','inherit','closed','closed','','198-revision-v1','','','2024-06-04 15:58:29','2024-06-04 15:58:29','',198,'https://jan-mccray.designsfunnelserver.com/?p=225',0,'revision','',0),(226,1,'2024-06-04 15:59:12','2024-06-04 15:59:12',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 15:59:12','2024-06-04 15:59:12','',192,'https://jan-mccray.designsfunnelserver.com/?p=226',0,'revision','',0),(227,1,'2024-06-04 15:59:23','2024-06-04 15:59:23',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 2','','inherit','closed','closed','','196-revision-v1','','','2024-06-04 15:59:23','2024-06-04 15:59:23','',196,'https://jan-mccray.designsfunnelserver.com/?p=227',0,'revision','',0),(228,1,'2024-06-04 15:59:33','2024-06-04 15:59:33',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 3','','inherit','closed','closed','','198-revision-v1','','','2024-06-04 15:59:33','2024-06-04 15:59:33','',198,'https://jan-mccray.designsfunnelserver.com/?p=228',0,'revision','',0),(229,1,'2024-06-04 15:59:41','2024-06-04 15:59:41',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:59:41','2024-06-04 15:59:41','',9,'https://jan-mccray.designsfunnelserver.com/?p=229',0,'revision','',0),(230,1,'2024-06-04 15:59:41','2024-06-04 15:59:41',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15

Grade: Form 2 (10th Grade)

Ambition: Nurse

Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:59:41','2024-06-04 15:59:41','',9,'https://jan-mccray.designsfunnelserver.com/?p=230',0,'revision','',0),(231,1,'2024-06-04 15:59:43','2024-06-04 15:59:43',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 15:59:43','2024-06-04 15:59:43','',9,'https://jan-mccray.designsfunnelserver.com/?p=231',0,'revision','',0),(232,1,'2024-06-04 16:01:30','2024-06-04 16:01:30',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 16:01:30','2024-06-04 16:01:30','',192,'https://jan-mccray.designsfunnelserver.com/?p=232',0,'revision','',0),(233,1,'2024-06-04 16:02:18','2024-06-04 16:02:18',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 16:02:18','2024-06-04 16:02:18','',192,'https://jan-mccray.designsfunnelserver.com/?p=233',0,'revision','',0),(234,1,'2024-06-04 16:03:59','2024-06-04 16:03:59',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 16:03:59','2024-06-04 16:03:59','',192,'https://jan-mccray.designsfunnelserver.com/?p=234',0,'revision','',0),(235,1,'2024-06-04 16:04:31','2024-06-04 16:04:31',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 2','','inherit','closed','closed','','196-revision-v1','','','2024-06-04 16:04:31','2024-06-04 16:04:31','',196,'https://jan-mccray.designsfunnelserver.com/?p=235',0,'revision','',0),(236,1,'2024-06-04 16:04:41','2024-06-04 16:04:41',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 3','','inherit','closed','closed','','198-revision-v1','','','2024-06-04 16:04:41','2024-06-04 16:04:41','',198,'https://jan-mccray.designsfunnelserver.com/?p=236',0,'revision','',0),(237,1,'2024-06-04 16:05:24','2024-06-04 16:05:24',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 3','','inherit','closed','closed','','198-revision-v1','','','2024-06-04 16:05:24','2024-06-04 16:05:24','',198,'https://jan-mccray.designsfunnelserver.com/?p=237',0,'revision','',0),(238,1,'2024-06-04 16:05:25','2024-06-04 16:05:25',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 2','','inherit','closed','closed','','196-revision-v1','','','2024-06-04 16:05:25','2024-06-04 16:05:25','',196,'https://jan-mccray.designsfunnelserver.com/?p=238',0,'revision','',0),(239,1,'2024-06-04 16:05:27','2024-06-04 16:05:27',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 16:05:27','2024-06-04 16:05:27','',192,'https://jan-mccray.designsfunnelserver.com/?p=239',0,'revision','',0),(240,1,'2024-06-04 16:07:51','2024-06-04 16:07:51','','Charity Sinante Nooselin_edited','','inherit','open','closed','','charity-sinante-nooselin_edited','','','2024-06-04 16:07:51','2024-06-04 16:07:51','',196,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Charity-Sinante-Nooselin_edited.webp',0,'attachment','image/webp',0),(241,1,'2024-06-04 16:07:58','2024-06-04 16:07:58',' \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n ','house of love slider 2','','inherit','closed','closed','','196-revision-v1','','','2024-06-04 16:07:58','2024-06-04 16:07:58','',196,'https://jan-mccray.designsfunnelserver.com/?p=241',0,'revision','',0),(242,1,'2024-06-04 16:10:03','2024-06-04 16:10:03','','Agnes Nabulu Nginai_edited','','inherit','open','closed','','agnes-nabulu-nginai_edited','','','2024-06-04 16:10:03','2024-06-04 16:10:03','',198,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Agnes-Nabulu-Nginai_edited.webp',0,'attachment','image/webp',0),(243,1,'2024-06-04 16:10:08','2024-06-04 16:10:08',' \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n ','house of love slider 3','','inherit','closed','closed','','198-revision-v1','','','2024-06-04 16:10:08','2024-06-04 16:10:08','',198,'https://jan-mccray.designsfunnelserver.com/?p=243',0,'revision','',0),(244,1,'2024-06-04 16:10:58','2024-06-04 16:10:58',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:10:58','2024-06-04 16:10:58','',9,'https://jan-mccray.designsfunnelserver.com/?p=244',0,'revision','',0),(245,1,'2024-06-04 16:10:58','2024-06-04 16:10:58',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:10:58','2024-06-04 16:10:58','',9,'https://jan-mccray.designsfunnelserver.com/?p=245',0,'revision','',0),(246,1,'2024-06-04 16:10:59','2024-06-04 16:10:59',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:10:59','2024-06-04 16:10:59','',9,'https://jan-mccray.designsfunnelserver.com/?p=246',0,'revision','',0),(247,1,'2024-06-04 16:13:05','2024-06-04 16:13:05',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:13:05','2024-06-04 16:13:05','',9,'https://jan-mccray.designsfunnelserver.com/?p=247',0,'revision','',0),(248,1,'2024-06-04 16:13:05','2024-06-04 16:13:05',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:13:05','2024-06-04 16:13:05','',9,'https://jan-mccray.designsfunnelserver.com/?p=248',0,'revision','',0),(249,1,'2024-06-04 16:13:07','2024-06-04 16:13:07',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:13:07','2024-06-04 16:13:07','',9,'https://jan-mccray.designsfunnelserver.com/?p=249',0,'revision','',0),(250,1,'2024-06-04 16:13:28','2024-06-04 16:13:28',' \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n ','house of love slider 4','','publish','closed','closed','','house-of-love-slider-4','','','2024-06-04 16:13:28','2024-06-04 16:13:28','',0,'https://jan-mccray.designsfunnelserver.com/?post_type=elementor_library&p=250',0,'elementor_library','',0),(251,1,'2024-06-04 16:13:28','2024-06-04 16:13:28',' \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n ','house of love slider 4','','inherit','closed','closed','','250-revision-v1','','','2024-06-04 16:13:28','2024-06-04 16:13:28','',250,'https://jan-mccray.designsfunnelserver.com/?p=251',0,'revision','',0),(252,1,'2024-06-04 16:18:06','2024-06-04 16:18:06',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:18:06','2024-06-04 16:18:06','',9,'https://jan-mccray.designsfunnelserver.com/?p=252',0,'revision','',0),(253,1,'2024-06-04 16:18:07','2024-06-04 16:18:07',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \n \n \n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n \n
\"logo_lorem_black-4.png\"
\"logo_lorem_black-3.png\"
\"logo_lorem_black-2.png\"
\"logo_lorem_black-1.png\"
\"logo_lorem_black.png\"
\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:18:07','2024-06-04 16:18:07','',9,'https://jan-mccray.designsfunnelserver.com/?p=253',0,'revision','',0),(254,1,'2024-06-04 16:18:08','2024-06-04 16:18:08',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:18:08','2024-06-04 16:18:08','',9,'https://jan-mccray.designsfunnelserver.com/?p=254',0,'revision','',0),(255,1,'2024-06-04 16:21:02','2024-06-04 16:21:02','','0805c9_f4f23ad5825e4ded8c105ec7f5b22615~mv2','','inherit','open','closed','','0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2','','','2024-06-04 16:21:02','2024-06-04 16:21:02','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/0805c9_f4f23ad5825e4ded8c105ec7f5b22615mv2.webp',0,'attachment','image/webp',0),(256,1,'2024-06-04 16:23:28','2024-06-04 16:23:28','','0805c9_7d81d00e8f5e4c75b3c665ee6dc27dab~mv2','','inherit','open','closed','','0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2','','','2024-06-04 16:23:28','2024-06-04 16:23:28','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2.webp',0,'attachment','image/webp',0),(257,1,'2024-06-04 16:25:48','2024-06-04 16:25:48',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:25:48','2024-06-04 16:25:48','',9,'https://jan-mccray.designsfunnelserver.com/?p=257',0,'revision','',0),(258,1,'2024-06-04 16:25:48','2024-06-04 16:25:48',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Our Latest Events

\n

Upcoming\nEvents

\n

Lorem ipsum is simply free available dolor sit amet, consectetur adipisicing elit sed do eiusmod tempory.

\n \"\" \n

Start Donating them

\n

Find Popular Causes

\n \"\" \n

MEDICAL

\n

Your little help can heal\ntheir pains

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Education

\n

Give african childrens a\ngood education

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n

Food

\n

Raise funds for clean &\nhealthy food

\n

Aellentesque porttitor lacus quis enim varius sed efficitur...

\n

\n The shortcode is missing a valid Donation Form ID attribute.\n

\n \n Donate Now\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:25:48','2024-06-04 16:25:48','',9,'https://jan-mccray.designsfunnelserver.com/?p=258',0,'revision','',0),(259,1,'2024-06-04 16:25:49','2024-06-04 16:25:49',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to the House of Love\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:25:49','2024-06-04 16:25:49','',9,'https://jan-mccray.designsfunnelserver.com/?p=259',0,'revision','',0),(261,1,'2024-06-04 16:29:34','2024-06-04 16:29:34','','0805c9_7d81d00e8f5e4c75b3c665ee6dc27dab~mv2','','inherit','open','closed','','0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-2','','','2024-06-04 16:29:34','2024-06-04 16:29:34','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/0805c9_7d81d00e8f5e4c75b3c665ee6dc27dabmv2-1.webp',0,'attachment','image/webp',0),(262,1,'2024-06-04 16:29:51','2024-06-04 16:29:51','','download (6)','','inherit','open','closed','','download-6','','','2024-06-04 16:29:51','2024-06-04 16:29:51','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/download-6.webp',0,'attachment','image/webp',0),(263,1,'2024-06-04 16:29:53','2024-06-04 16:29:53','','download (5)','','inherit','open','closed','','download-5','','','2024-06-04 16:29:53','2024-06-04 16:29:53','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/download-5.webp',0,'attachment','image/webp',0),(264,1,'2024-06-04 16:29:56','2024-06-04 16:29:56','','download (4)','','inherit','open','closed','','download-4','','','2024-06-04 16:29:56','2024-06-04 16:29:56','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/download-4.webp',0,'attachment','image/webp',0),(265,1,'2024-06-04 16:29:58','2024-06-04 16:29:58','','download (3)','','inherit','open','closed','','download-3','','','2024-06-04 16:29:58','2024-06-04 16:29:58','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/download-3.webp',0,'attachment','image/webp',0),(266,1,'2024-06-04 16:30:00','2024-06-04 16:30:00','','download (2)','','inherit','open','closed','','download-2','','','2024-06-04 16:30:00','2024-06-04 16:30:00','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/download-2.webp',0,'attachment','image/webp',0),(267,1,'2024-06-04 16:30:03','2024-06-04 16:30:03','','download (1)','','inherit','open','closed','','download-1','','','2024-06-04 16:30:03','2024-06-04 16:30:03','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/download-1.webp',0,'attachment','image/webp',0),(268,1,'2024-06-04 16:30:06','2024-06-04 16:30:06','','download','','inherit','open','closed','','download','','','2024-06-04 16:30:06','2024-06-04 16:30:06','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/download.webp',0,'attachment','image/webp',0),(269,1,'2024-06-04 16:34:40','2024-06-04 16:34:40',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to the House of Love\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:34:40','2024-06-04 16:34:40','',9,'https://jan-mccray.designsfunnelserver.com/?p=269',0,'revision','',0),(270,1,'2024-06-04 16:34:40','2024-06-04 16:34:40',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to the House of Love\n \n \"\" \n \"\" \n \"\" \n \"\" \n

This is due to their excellent service, competitive pricing and customer support. It’s throughly refresing to get such a personal touch.

\n

- Christine Eve\n

\n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:34:40','2024-06-04 16:34:40','',9,'https://jan-mccray.designsfunnelserver.com/?p=270',0,'revision','',0),(271,1,'2024-06-04 16:34:41','2024-06-04 16:34:41',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:34:41','2024-06-04 16:34:41','',9,'https://jan-mccray.designsfunnelserver.com/?p=271',0,'revision','',0),(272,1,'2024-06-04 16:39:54','2024-06-04 16:39:54','

Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n
    \n
  • \n \n needhelp@company.com\n
  • \n
  • \n + 1 (307) 776-0608\n
  • \n
\n

60 Broklyn Golden Street, New York United States of America

\n

© Copyright 2023 by Themesflat

\n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n ','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:39:54','2024-06-04 16:39:54','',84,'https://jan-mccray.designsfunnelserver.com/?p=272',0,'revision','',0),(273,1,'2024-06-04 16:39:54','2024-06-04 16:39:54','

Phasellus enim libero, blandit vel sapien vitae, condimentum ultricies magna et.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n
    \n
  • \n \n needhelp@company.com\n
  • \n
  • \n + 1 (307) 776-0608\n
  • \n
\n

60 Broklyn Golden Street, New York United States of America

\n

© Copyright 2023 by Themesflat

\n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n ','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:39:54','2024-06-04 16:39:54','',84,'https://jan-mccray.designsfunnelserver.com/?p=273',0,'revision','',0),(274,1,'2024-06-04 16:39:54','2024-06-04 16:39:54',' \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n
    \n
  • \n \n needhelp@company.com\n
  • \n
  • \n + 1 (307) 776-0608\n
  • \n
\n

60 Broklyn Golden Street, New York United States of America

\n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

\n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n ','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:39:54','2024-06-04 16:39:54','',84,'https://jan-mccray.designsfunnelserver.com/?p=274',0,'revision','',0),(275,1,'2024-06-04 16:43:31','2024-06-04 16:43:31',' \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n
    \n
  • \n \n needhelp@company.com\n
  • \n
  • \n + 1 (307) 776-0608\n
  • \n
\n

60 Broklyn Golden Street, New York United States of America

\n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

\n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n ','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:43:31','2024-06-04 16:43:31','',84,'https://jan-mccray.designsfunnelserver.com/?p=275',0,'revision','',0),(276,1,'2024-06-04 16:43:31','2024-06-04 16:43:31',' \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n
    \n
  • \n \n needhelp@company.com\n
  • \n
  • \n + 1 (307) 776-0608\n
  • \n
\n

60 Broklyn Golden Street, New York United States of America

\n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

\n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n ','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:43:31','2024-06-04 16:43:31','',84,'https://jan-mccray.designsfunnelserver.com/?p=276',0,'revision','',0),(277,1,'2024-06-04 16:43:32','2024-06-04 16:43:32',' \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:43:32','2024-06-04 16:43:32','',84,'https://jan-mccray.designsfunnelserver.com/?p=277',0,'revision','',0),(278,1,'2024-06-04 16:45:26','2024-06-04 16:45:26',' \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:45:26','2024-06-04 16:45:26','',84,'https://jan-mccray.designsfunnelserver.com/?p=278',0,'revision','',0),(279,1,'2024-06-04 16:45:26','2024-06-04 16:45:26',' \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:45:26','2024-06-04 16:45:26','',84,'https://jan-mccray.designsfunnelserver.com/?p=279',0,'revision','',0),(280,1,'2024-06-04 16:45:27','2024-06-04 16:45:27',' \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:45:27','2024-06-04 16:45:27','',84,'https://jan-mccray.designsfunnelserver.com/?p=280',0,'revision','',0),(281,1,'2024-06-04 16:46:52','2024-06-04 16:46:52','','image2-12-800x826','','inherit','open','closed','','image2-12-800x826','','','2024-06-04 16:46:52','2024-06-04 16:46:52','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/image2-12-800x826-1.jpg',0,'attachment','image/jpeg',0),(282,1,'2024-06-04 16:47:10','2024-06-04 16:47:10','','image3-7-800x826','','inherit','open','closed','','image3-7-800x826','','','2024-06-04 16:47:10','2024-06-04 16:47:10','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/image3-7-800x826-1.jpg',0,'attachment','image/jpeg',0),(283,1,'2024-06-04 16:47:22','2024-06-04 16:47:22','','image4-4-800x826','','inherit','open','closed','','image4-4-800x826','','','2024-06-04 16:47:22','2024-06-04 16:47:22','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/image4-4-800x826-1.jpg',0,'attachment','image/jpeg',0),(284,1,'2024-06-04 16:47:33','2024-06-04 16:47:33','','image-23-800x826','','inherit','open','closed','','image-23-800x826','','','2024-06-04 16:47:33','2024-06-04 16:47:33','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/image-23-800x826-1.jpg',0,'attachment','image/jpeg',0),(285,1,'2024-06-04 16:48:24','2024-06-04 16:48:24',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:48:24','2024-06-04 16:48:24','',9,'https://jan-mccray.designsfunnelserver.com/?p=285',0,'revision','',0),(286,1,'2024-06-04 16:48:24','2024-06-04 16:48:24',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \n
\n \"\" \n \n
\n \n
\n \"\" \n \n
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:48:24','2024-06-04 16:48:24','',9,'https://jan-mccray.designsfunnelserver.com/?p=286',0,'revision','',0),(287,1,'2024-06-04 16:48:25','2024-06-04 16:48:25',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:48:25','2024-06-04 16:48:25','',9,'https://jan-mccray.designsfunnelserver.com/?p=287',0,'revision','',0),(288,1,'2024-06-04 16:48:55','2024-06-04 16:48:55',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:48:55','2024-06-04 16:48:55','',9,'https://jan-mccray.designsfunnelserver.com/?p=288',0,'revision','',0),(289,1,'2024-06-04 16:48:55','2024-06-04 16:48:55',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Check Photo Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:48:55','2024-06-04 16:48:55','',9,'https://jan-mccray.designsfunnelserver.com/?p=289',0,'revision','',0),(290,1,'2024-06-04 16:48:56','2024-06-04 16:48:56',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:48:56','2024-06-04 16:48:56','',9,'https://jan-mccray.designsfunnelserver.com/?p=290',0,'revision','',0),(291,1,'2024-06-04 16:49:14','2024-06-04 16:49:14','','Ministries_Logo_side','','inherit','open','closed','','ministries_logo_side-2','','','2024-06-04 16:49:14','2024-06-04 16:49:14','',84,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Ministries_Logo_side.png',0,'attachment','image/png',0),(292,1,'2024-06-04 16:49:24','2024-06-04 16:49:24',' \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:49:24','2024-06-04 16:49:24','',84,'https://jan-mccray.designsfunnelserver.com/?p=292',0,'revision','',0),(293,1,'2024-06-04 16:49:24','2024-06-04 16:49:24',' \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:49:24','2024-06-04 16:49:24','',84,'https://jan-mccray.designsfunnelserver.com/?p=293',0,'revision','',0),(294,1,'2024-06-04 16:49:25','2024-06-04 16:49:25',' \n \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 16:49:25','2024-06-04 16:49:25','',84,'https://jan-mccray.designsfunnelserver.com/?p=294',0,'revision','',0),(295,1,'2024-06-04 16:50:05','2024-06-04 16:50:05',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:50:05','2024-06-04 16:50:05','',9,'https://jan-mccray.designsfunnelserver.com/?p=295',0,'revision','',0),(296,1,'2024-06-04 16:50:05','2024-06-04 16:50:05',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:50:05','2024-06-04 16:50:05','',9,'https://jan-mccray.designsfunnelserver.com/?p=296',0,'revision','',0),(297,1,'2024-06-04 16:50:06','2024-06-04 16:50:06',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 16:50:06','2024-06-04 16:50:06','',9,'https://jan-mccray.designsfunnelserver.com/?p=297',0,'revision','',0),(299,1,'2024-06-04 16:53:58','2024-06-04 16:53:58','
\r\n

\"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\" James 1:27 (NLT)

\r\n\r\n
\r\n
\r\n

Hello! Thank you to everyone for your continued prayers and support. Dennis and I returned from our trip to Leshuta in July, and we have a lot to share with everyone. But first, we have

\r\n\r\n
\r\n
\r\n

to share some devastating news about one of our staff members.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n

EVALINE MAKOOI: Evaline Makooi is the wife of our assistant director, John, and is an integral part of the House of Love as the house matron. Evaline was taken to the hospital in Nairobi at the end of August with signs of anemia. The doctors struggled to figure out what was wrong. Peter just sent us the heartbreaking news that Evaline had died. Her and John have five children, and this was such a shock. We are heartbroken for John and his family, the staff at HOL, and for the girls. The ministry paid the funeral expenses and will continue to support John and the kids. Please pray for them. Evaline’s home is now in heaven which is why Jesus came to earth as a baby – so that someday we will all have the joy of eternal life with Him.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n

DIRECTOR’S PARSONAGE: The Director’s parsonage is coming along well and is almost complete. Peter and his family should be able to move in by the end of the year.

\r\n\r\n
\r\n
\r\n

HOUSE OF LOVE: The girls were so happy to see us. We gave each of them gift bags with

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n

toiletries, undergarments, school supplies, candy, pajamas, and more. We met with the staff to find out what their needs were. At the top of the list was a modern kitchen. At present our cook, Daniel, uses a one-burner stove that is powered by fire. Daniel has to feed all the girls and the staff three times a day with one burner. It is time consuming to cook different dishes one pot at a time and to gather and cut the wood. More importantly, the ventilation is poor which makes it dangerous to cook around the girls due to the possibility of smoke inhalation. What the staff asked for was a stove with four burners so Daniel can cook all the dishes at the same time. In addition, they would like the new stove to be powered by biofuel which is clean burning. The new kitchen would also include adequate ventilation. Once the kitchen is complete, the girls will be able to take turns preparing a meal so they learn cooking skills, and so they share in the household duties as a family member rather than a resident. The JMM Board of Directors met in August and felt the modern kitchen was an important need. The total cost of the kitchen and the biofuel system is $15,000. If you are able to help with this cost, please mark your donation so we can put it toward this important need.

\r\n\r\n
\r\n
\r\n

Wishing you the warm and wonderful blessings of Christmas,

\r\n\r\n
\r\n
\r\n

Jana McCray Warrington

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n

If you have questions or would like more information, please contact me at:

\r\n\r\n
\r\n
\r\n

jmccrayministries@gmail.com

\r\n\r\n
\r\n
\r\n

Jan McCray Ministries, Inc. P.O. Box 1022 Safety Harbor, FL 34695

\r\n\r\n
','December, 2022 Newsletter','\"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the...','publish','open','open','','december-2022-newsletter','','','2024-06-04 16:55:56','2024-06-04 16:55:56','',0,'https://jan-mccray.designsfunnelserver.com/?p=299',0,'post','',0),(300,1,'2024-06-04 16:53:52','2024-06-04 16:53:52','','0805c9_15fec9099f294aae97ab803106034a7e~mv2','','inherit','open','closed','','0805c9_15fec9099f294aae97ab803106034a7emv2','','','2024-06-04 16:53:52','2024-06-04 16:53:52','',299,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/0805c9_15fec9099f294aae97ab803106034a7emv2.webp',0,'attachment','image/webp',0),(301,1,'2024-06-04 16:53:58','2024-06-04 16:53:58','','December, 2022 Newsletter','\"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the...','inherit','closed','closed','','299-revision-v1','','','2024-06-04 16:53:58','2024-06-04 16:53:58','',299,'https://jan-mccray.designsfunnelserver.com/?p=301',0,'revision','',0),(302,1,'2024-06-04 16:55:15','2024-06-04 16:55:15','
\n

\"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\" James 1:27 (NLT)

\n\n
\n
\n
\n
 
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
 
\n
\n
\n
\n

Hello! Thank you to everyone for your continued prayers and support. Dennis and I returned from our trip to Leshuta in July, and we have a lot to share with everyone. But first, we have

\n\n
\n
\n
\n

to share some devastating news about one of our staff members.

\n\n
\n
\n
\n
 
\n
\n
\n
\n
\n
\n
\n
\"\"
\n
\n
\n
\n
\n
\n

EVALINE MAKOOI: Evaline Makooi is the wife of our assistant director, John, and is an integral part of the House of Love as the house matron. Evaline was taken to the hospital in Nairobi at the end of August with signs of anemia. The doctors struggled to figure out what was wrong. Peter just sent us the heartbreaking news that Evaline had died. Her and John have five children, and this was such a shock. We are heartbroken for John and his family, the staff at HOL, and for the girls. The ministry paid the funeral expenses and will continue to support John and the kids. Please pray for them. Evaline’s home is now in heaven which is why Jesus came to earth as a baby – so that someday we will all have the joy of eternal life with Him.

\n\n
\n
\n
\n
 
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
 
\n
\n
\n
\n
\n
\n
\n
\"\"
\n
\n
\n
\n
\n
\n
 
\n
\n
\n
\n
 
\n
\n
\n
\n

DIRECTOR’S PARSONAGE: The Director’s parsonage is coming along well and is almost complete. Peter and his family should be able to move in by the end of the year.

\n\n
\n
\n
\n
 
\n
\n
\n
\n
 
\n
\n
\n
\n
 
\n
\n
\n
\n
 
\n
\n
\n
\n
 
\n
\n
\n
\n

HOUSE OF LOVE: The girls were so happy to see us. We gave each of them gift bags with

\n\n
\n
\n
\n
\n
\n
\n
\"\"
\n
\n
\n
\n
\n
\n

toiletries, undergarments, school supplies, candy, pajamas, and more. We met with the staff to find out what their needs were. At the top of the list was a modern kitchen. At present our cook, Daniel, uses a one-burner stove that is powered by fire. Daniel has to feed all the girls and the staff three times a day with one burner. It is time consuming to cook different dishes one pot at a time and to gather and cut the wood. More importantly, the ventilation is poor which makes it dangerous to cook around the girls due to the possibility of smoke inhalation. What the staff asked for was a stove with four burners so Daniel can cook all the dishes at the same time. In addition, they would like the new stove to be powered by biofuel which is clean burning. The new kitchen would also include adequate ventilation. Once the kitchen is complete, the girls will be able to take turns preparing a meal so they learn cooking skills, and so they share in the household duties as a family member rather than a resident. The JMM Board of Directors met in August and felt the modern kitchen was an important need. The total cost of the kitchen and the biofuel system is $15,000. If you are able to help with this cost, please mark your donation so we can put it toward this important need.

\n\n
\n
\n
\n
 
\n
\n
\n
\n
 
\n
\n
\n
\n

Wishing you the warm and wonderful blessings of Christmas,

\n\n
\n
\n
\n

Jana McCray Warrington

\n
\n
\n
\n
\n
\n
\n
\"\"
\n
\n
\n
\n
\n
\n
\n
\n
\n

If you have questions or would like more information, please contact me at:

\n\n
\n
\n

jmccrayministries@gmail.com

\n\n
\n
\n

Jan McCray Ministries, Inc. P.O. Box 1022 Safety Harbor, FL 34695

\n\n
','December, 2022 Newsletter','\"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the...','inherit','closed','closed','','299-autosave-v1','','','2024-06-04 16:55:15','2024-06-04 16:55:15','',299,'https://jan-mccray.designsfunnelserver.com/?p=302',0,'revision','',0),(303,1,'2024-06-04 16:55:56','2024-06-04 16:55:56','
\r\n

\"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.\" James 1:27 (NLT)

\r\n\r\n
\r\n
\r\n

Hello! Thank you to everyone for your continued prayers and support. Dennis and I returned from our trip to Leshuta in July, and we have a lot to share with everyone. But first, we have

\r\n\r\n
\r\n
\r\n

to share some devastating news about one of our staff members.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n

EVALINE MAKOOI: Evaline Makooi is the wife of our assistant director, John, and is an integral part of the House of Love as the house matron. Evaline was taken to the hospital in Nairobi at the end of August with signs of anemia. The doctors struggled to figure out what was wrong. Peter just sent us the heartbreaking news that Evaline had died. Her and John have five children, and this was such a shock. We are heartbroken for John and his family, the staff at HOL, and for the girls. The ministry paid the funeral expenses and will continue to support John and the kids. Please pray for them. Evaline’s home is now in heaven which is why Jesus came to earth as a baby – so that someday we will all have the joy of eternal life with Him.

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n

DIRECTOR’S PARSONAGE: The Director’s parsonage is coming along well and is almost complete. Peter and his family should be able to move in by the end of the year.

\r\n\r\n
\r\n
\r\n

HOUSE OF LOVE: The girls were so happy to see us. We gave each of them gift bags with

\r\n\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n

toiletries, undergarments, school supplies, candy, pajamas, and more. We met with the staff to find out what their needs were. At the top of the list was a modern kitchen. At present our cook, Daniel, uses a one-burner stove that is powered by fire. Daniel has to feed all the girls and the staff three times a day with one burner. It is time consuming to cook different dishes one pot at a time and to gather and cut the wood. More importantly, the ventilation is poor which makes it dangerous to cook around the girls due to the possibility of smoke inhalation. What the staff asked for was a stove with four burners so Daniel can cook all the dishes at the same time. In addition, they would like the new stove to be powered by biofuel which is clean burning. The new kitchen would also include adequate ventilation. Once the kitchen is complete, the girls will be able to take turns preparing a meal so they learn cooking skills, and so they share in the household duties as a family member rather than a resident. The JMM Board of Directors met in August and felt the modern kitchen was an important need. The total cost of the kitchen and the biofuel system is $15,000. If you are able to help with this cost, please mark your donation so we can put it toward this important need.

\r\n\r\n
\r\n
\r\n

Wishing you the warm and wonderful blessings of Christmas,

\r\n\r\n
\r\n
\r\n

Jana McCray Warrington

\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\"\"
\r\n
\r\n
\r\n
\r\n
\r\n

If you have questions or would like more information, please contact me at:

\r\n\r\n
\r\n
\r\n

jmccrayministries@gmail.com

\r\n\r\n
\r\n
\r\n

Jan McCray Ministries, Inc. P.O. Box 1022 Safety Harbor, FL 34695

\r\n\r\n
','December, 2022 Newsletter','\"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the...','inherit','closed','closed','','299-revision-v1','','','2024-06-04 16:55:56','2024-06-04 16:55:56','',299,'https://jan-mccray.designsfunnelserver.com/?p=303',0,'revision','',0),(304,1,'2024-06-04 17:00:48','2024-06-04 17:00:48',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 17:00:48','2024-06-04 17:00:48','',9,'https://jan-mccray.designsfunnelserver.com/?p=304',0,'revision','',0); INSERT INTO `jan_posts` VALUES (305,1,'2024-06-04 17:00:48','2024-06-04 17:00:48',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n No posts found \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 17:00:48','2024-06-04 17:00:48','',9,'https://jan-mccray.designsfunnelserver.com/?p=305',0,'revision','',0),(306,1,'2024-06-04 17:00:49','2024-06-04 17:00:49',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 17:00:49','2024-06-04 17:00:49','',9,'https://jan-mccray.designsfunnelserver.com/?p=306',0,'revision','',0),(307,1,'2024-06-04 17:03:00','2024-06-04 17:03:00',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header - Blog Single','','publish','closed','closed','','header-blog-single','','','2024-06-04 17:05:21','2024-06-04 17:05:21','',0,'https://jan-mccray.designsfunnelserver.com/?post_type=tf_header_footer&p=307',0,'tf_header_footer','',0),(308,1,'2024-06-04 17:03:00','2024-06-04 17:03:00',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header - Blog Single','','inherit','closed','closed','','307-revision-v1','','','2024-06-04 17:03:00','2024-06-04 17:03:00','',307,'https://jan-mccray.designsfunnelserver.com/?p=308',0,'revision','',0),(309,1,'2024-06-04 17:04:25','2024-06-04 17:04:25',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header - Blog Single','','inherit','closed','closed','','307-revision-v1','','','2024-06-04 17:04:25','2024-06-04 17:04:25','',307,'https://jan-mccray.designsfunnelserver.com/?p=309',0,'revision','',0),(310,1,'2024-06-04 17:04:26','2024-06-04 17:04:26',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header - Blog Single','','inherit','closed','closed','','307-revision-v1','','','2024-06-04 17:04:26','2024-06-04 17:04:26','',307,'https://jan-mccray.designsfunnelserver.com/?p=310',0,'revision','',0),(311,1,'2024-06-04 17:04:26','2024-06-04 17:04:26',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header - Blog Single','','inherit','closed','closed','','307-revision-v1','','','2024-06-04 17:04:26','2024-06-04 17:04:26','',307,'https://jan-mccray.designsfunnelserver.com/?p=311',0,'revision','',0),(312,1,'2024-06-04 17:05:21','2024-06-04 17:05:21',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header - Blog Single','','inherit','closed','closed','','307-revision-v1','','','2024-06-04 17:05:21','2024-06-04 17:05:21','',307,'https://jan-mccray.designsfunnelserver.com/?p=312',0,'revision','',0),(313,1,'2024-06-04 17:05:21','2024-06-04 17:05:21',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header - Blog Single','','inherit','closed','closed','','307-revision-v1','','','2024-06-04 17:05:21','2024-06-04 17:05:21','',307,'https://jan-mccray.designsfunnelserver.com/?p=313',0,'revision','',0),(314,1,'2024-06-04 17:05:21','2024-06-04 17:05:21',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header - Blog Single','','inherit','closed','closed','','307-revision-v1','','','2024-06-04 17:05:21','2024-06-04 17:05:21','',307,'https://jan-mccray.designsfunnelserver.com/?p=314',0,'revision','',0),(315,1,'2024-06-04 18:24:40','2024-06-04 18:24:40','https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/cropped-Ministries_Logo_side.webp','cropped-Ministries_Logo_side.webp','','inherit','open','closed','','cropped-ministries_logo_side-webp','','','2024-06-04 18:24:40','2024-06-04 18:24:40','',144,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/cropped-Ministries_Logo_side.webp',0,'attachment','image/webp',0),(316,1,'2024-06-04 18:29:37','2024-06-04 18:29:37',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 18:29:37','2024-06-04 18:29:37','',66,'https://jan-mccray.designsfunnelserver.com/?p=316',0,'revision','',0),(317,1,'2024-06-04 18:29:37','2024-06-04 18:29:37',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 18:29:37','2024-06-04 18:29:37','',66,'https://jan-mccray.designsfunnelserver.com/?p=317',0,'revision','',0),(318,1,'2024-06-04 18:29:37','2024-06-04 18:29:37',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 18:29:37','2024-06-04 18:29:37','',66,'https://jan-mccray.designsfunnelserver.com/?p=318',0,'revision','',0),(319,1,'2024-06-04 18:31:08','2024-06-04 18:31:08',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 18:31:08','2024-06-04 18:31:08','',66,'https://jan-mccray.designsfunnelserver.com/?p=319',0,'revision','',0),(320,1,'2024-06-04 18:31:10','2024-06-04 18:31:10',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 18:31:10','2024-06-04 18:31:10','',66,'https://jan-mccray.designsfunnelserver.com/?p=320',0,'revision','',0),(321,1,'2024-06-04 18:31:10','2024-06-04 18:31:10',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 18:31:10','2024-06-04 18:31:10','',66,'https://jan-mccray.designsfunnelserver.com/?p=321',0,'revision','',0),(322,1,'2024-06-04 18:34:47','2024-06-04 18:34:47',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:34:47','2024-06-04 18:34:47','',9,'https://jan-mccray.designsfunnelserver.com/?p=322',0,'revision','',0),(323,1,'2024-06-04 18:34:48','2024-06-04 18:34:48',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:34:48','2024-06-04 18:34:48','',9,'https://jan-mccray.designsfunnelserver.com/?p=323',0,'revision','',0),(324,1,'2024-06-04 18:34:50','2024-06-04 18:34:50',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:34:50','2024-06-04 18:34:50','',9,'https://jan-mccray.designsfunnelserver.com/?p=324',0,'revision','',0),(326,1,'2024-06-04 18:43:32','2024-06-04 18:43:32',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:43:32','2024-06-04 18:43:32','',9,'https://jan-mccray.designsfunnelserver.com/?p=326',0,'revision','',0),(327,1,'2024-06-04 18:43:33','2024-06-04 18:43:33',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:43:33','2024-06-04 18:43:33','',9,'https://jan-mccray.designsfunnelserver.com/?p=327',0,'revision','',0),(328,1,'2024-06-04 18:43:33','2024-06-04 18:43:33',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:43:33','2024-06-04 18:43:33','',9,'https://jan-mccray.designsfunnelserver.com/?p=328',0,'revision','',0),(329,1,'2024-06-04 18:44:54','2024-06-04 18:44:54',' \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n ','house of love slider 3','','inherit','closed','closed','','198-revision-v1','','','2024-06-04 18:44:54','2024-06-04 18:44:54','',198,'https://jan-mccray.designsfunnelserver.com/?p=329',0,'revision','',0),(330,1,'2024-06-04 18:45:27','2024-06-04 18:45:27',' \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n ','house of love slider 1','','inherit','closed','closed','','192-revision-v1','','','2024-06-04 18:45:27','2024-06-04 18:45:27','',192,'https://jan-mccray.designsfunnelserver.com/?p=330',0,'revision','',0),(331,1,'2024-06-04 18:45:43','2024-06-04 18:45:43',' \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n ','house of love slider 2','','inherit','closed','closed','','196-revision-v1','','','2024-06-04 18:45:43','2024-06-04 18:45:43','',196,'https://jan-mccray.designsfunnelserver.com/?p=331',0,'revision','',0),(332,1,'2024-06-04 18:46:39','2024-06-04 18:46:39',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:46:39','2024-06-04 18:46:39','',9,'https://jan-mccray.designsfunnelserver.com/?p=332',0,'revision','',0),(333,1,'2024-06-04 18:46:39','2024-06-04 18:46:39',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:46:39','2024-06-04 18:46:39','',9,'https://jan-mccray.designsfunnelserver.com/?p=333',0,'revision','',0),(334,1,'2024-06-04 18:46:40','2024-06-04 18:46:40',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:46:40','2024-06-04 18:46:40','',9,'https://jan-mccray.designsfunnelserver.com/?p=334',0,'revision','',0),(335,1,'2024-06-04 18:51:07','2024-06-04 18:51:07','','Skype_Picture_2024_06_04T18_49_20_967Z','','inherit','open','closed','','skype_picture_2024_06_04t18_49_20_967z','','','2024-06-04 18:51:07','2024-06-04 18:51:07','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Skype_Picture_2024_06_04T18_49_20_967Z.jpeg',0,'attachment','image/jpeg',0),(336,1,'2024-06-04 18:51:25','2024-06-04 18:51:25','','Skype_Picture_2024_06_04T18_49_22_089Z','','inherit','open','closed','','skype_picture_2024_06_04t18_49_22_089z','','','2024-06-04 18:51:25','2024-06-04 18:51:25','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Skype_Picture_2024_06_04T18_49_22_089Z.jpeg',0,'attachment','image/jpeg',0),(337,1,'2024-06-04 18:51:43','2024-06-04 18:51:43','','Skype_Picture_2024_06_04T18_49_58_213Z','','inherit','open','closed','','skype_picture_2024_06_04t18_49_58_213z','','','2024-06-04 18:51:43','2024-06-04 18:51:43','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Skype_Picture_2024_06_04T18_49_58_213Z.jpeg',0,'attachment','image/jpeg',0),(338,1,'2024-06-04 18:52:26','2024-06-04 18:52:26','','Skype_Picture_2024_06_04T18_50_01_087Z','','inherit','open','closed','','skype_picture_2024_06_04t18_50_01_087z','','','2024-06-04 18:52:26','2024-06-04 18:52:26','',9,'https://jan-mccray.designsfunnelserver.com/wp-content/uploads/2024/06/Skype_Picture_2024_06_04T18_50_01_087Z.jpeg',0,'attachment','image/jpeg',0),(339,1,'2024-06-04 18:56:37','2024-06-04 18:56:37',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:56:37','2024-06-04 18:56:37','',9,'https://jan-mccray.designsfunnelserver.com/?p=339',0,'revision','',0),(340,1,'2024-06-04 18:56:37','2024-06-04 18:56:37',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \"image\"\n \"image\"\n \"image\"\n \"image\"','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:56:37','2024-06-04 18:56:37','',9,'https://jan-mccray.designsfunnelserver.com/?p=340',0,'revision','',0),(341,1,'2024-06-04 18:56:38','2024-06-04 18:56:38',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:56:38','2024-06-04 18:56:38','',9,'https://jan-mccray.designsfunnelserver.com/?p=341',0,'revision','',0),(342,1,'2024-06-04 18:59:08','2024-06-04 18:59:08',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:59:08','2024-06-04 18:59:08','',9,'https://jan-mccray.designsfunnelserver.com/?p=342',0,'revision','',0),(343,1,'2024-06-04 18:59:09','2024-06-04 18:59:09',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:59:09','2024-06-04 18:59:09','',9,'https://jan-mccray.designsfunnelserver.com/?p=343',0,'revision','',0),(344,1,'2024-06-04 18:59:10','2024-06-04 18:59:10',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:59:10','2024-06-04 18:59:10','',9,'https://jan-mccray.designsfunnelserver.com/?p=344',0,'revision','',0),(345,1,'2024-06-04 18:59:33','2024-06-04 18:59:33',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:59:33','2024-06-04 18:59:33','',9,'https://jan-mccray.designsfunnelserver.com/?p=345',0,'revision','',0),(346,1,'2024-06-04 18:59:33','2024-06-04 18:59:33',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:59:33','2024-06-04 18:59:33','',9,'https://jan-mccray.designsfunnelserver.com/?p=346',0,'revision','',0),(347,1,'2024-06-04 18:59:34','2024-06-04 18:59:34',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 18:59:34','2024-06-04 18:59:34','',9,'https://jan-mccray.designsfunnelserver.com/?p=347',0,'revision','',0),(348,1,'2024-06-04 19:00:05','2024-06-04 19:00:05',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 19:00:05','2024-06-04 19:00:05','',9,'https://jan-mccray.designsfunnelserver.com/?p=348',0,'revision','',0),(349,1,'2024-06-04 19:00:06','2024-06-04 19:00:06',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 19:00:06','2024-06-04 19:00:06','',9,'https://jan-mccray.designsfunnelserver.com/?p=349',0,'revision','',0),(350,1,'2024-06-04 19:00:07','2024-06-04 19:00:07',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 19:00:07','2024-06-04 19:00:07','',9,'https://jan-mccray.designsfunnelserver.com/?p=350',0,'revision','',0),(351,1,'2024-06-04 19:01:01','2024-06-04 19:01:01',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 19:01:01','2024-06-04 19:01:01','',9,'https://jan-mccray.designsfunnelserver.com/?p=351',0,'revision','',0),(352,1,'2024-06-04 19:01:01','2024-06-04 19:01:01',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 19:01:01','2024-06-04 19:01:01','',9,'https://jan-mccray.designsfunnelserver.com/?p=352',0,'revision','',0),(353,1,'2024-06-04 19:01:02','2024-06-04 19:01:02',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 19:01:02','2024-06-04 19:01:02','',9,'https://jan-mccray.designsfunnelserver.com/?p=353',0,'revision','',0),(354,1,'2024-06-04 19:17:43','2024-06-04 19:17:43',' \n \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 19:17:43','2024-06-04 19:17:43','',84,'https://jan-mccray.designsfunnelserver.com/?p=354',0,'revision','',0),(355,1,'2024-06-04 19:17:43','2024-06-04 19:17:43',' \n \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 19:17:43','2024-06-04 19:17:43','',84,'https://jan-mccray.designsfunnelserver.com/?p=355',0,'revision','',0),(356,1,'2024-06-04 19:17:43','2024-06-04 19:17:43',' \n \"\" \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \n Donate Now\n \n

Links

\n \"\" \n \n

Non Profit

\n \"\" \n \n

Contact

\n \"\" \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n

© Copyright 2024 Jan McCray Ministries, Inc | All Rights Reserved

','Footer','','inherit','closed','closed','','84-revision-v1','','','2024-06-04 19:17:43','2024-06-04 19:17:43','',84,'https://jan-mccray.designsfunnelserver.com/?p=356',0,'revision','',0),(357,1,'2024-06-04 19:19:53','2024-06-04 19:19:53',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 19:19:53','2024-06-04 19:19:53','',9,'https://jan-mccray.designsfunnelserver.com/?p=357',0,'revision','',0),(358,1,'2024-06-04 19:19:53','2024-06-04 19:19:53',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 19:19:53','2024-06-04 19:19:53','',9,'https://jan-mccray.designsfunnelserver.com/?p=358',0,'revision','',0),(359,1,'2024-06-04 19:19:54','2024-06-04 19:19:54',' \n

Founded in 1985, the Jan McCray Ministries, Inc. is a non-profit organization that works with widows, orphans, and vulnerable children in the rural villages of Naikarra and Leshuta in Kenya, Africa.

\n \"\" \n \"\" \n \"\" \n

18 Years of
experience

\n \"\" \n

Welcome to Jan McCray Ministries, Inc

\n

Our Mission\n

\n

The mission of the Jan McCray Ministries is simple:

\n

That the church should honor widows and orphans by showing God’s love and care for them. Throughout Scripture we see God’s heart for the fatherless and the widows, and James 1:27 makes very clear the mandate to care for both. “Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress and refusing to let the world corrupt you.”

There is a tremendous blessing in serving and standing up for orphans and widows. It is to that end that the Jan McCray Ministries built the House of Love orphanage in Leshuta where 36 orphaned girls are provided with a loving home. In addition, we currently support 36 widows in Naikarra.

\n \n Learn More\n \n \n \"\" \n

Donation Benefits

\n

\nHouse of Love

\n Built in 2012, House of Love Orphanage provides a loving and Christ-centered home environment for 36 girls living in one of the poorest countries in the world. \n \"\" \n

Get Involved\n

\n Donations ensure that each child receives the tools needed to reach their highest potential with dignity and joy. \n \n Donate to the House of Love\n \n

Our Children

\n \n \"\" \n

Caroline Nkatata Ngotiek

\n

Age: 15
Grade: Form 2 (10th Grade)
Ambition: Nurse
Favorite Verse: Psalms 5:12

\n \n Learn More About Me\n \n \n \"\" \n

Charity Sinante Nooselin

\n

Age: 17
Grade: Form 4 (12th Grade)
Ambition: Computer Scientist
Favorite Verse: John 1:12

\n \n Learn More About Me\n \n \n \"\" \n

Agnes Nabulu\nNginai

\n

Age: 17
Grade:Form 3 (11th Grade)
Ambition:Fashion Designer
Favorite Verse: John 5:24

\n \n Learn More About Me\n \n

One hundred percent of your sponsorship donation goes directly to the girl’s care or toward their school fees and is tax-deductible.

\n \"\" \n

Widow\'s Ministry

\n One of the most neglected groups of people in today’s African society are the widows. It is estimated that one in ten women in Africa above the age of 14 is widowed. Presently the JMM cares for over 36 widows each month through our widow’s outreach program. \n \"\" \n

Get Involved\n

\n Donations ensure that each widow receives food, basic necessities, annual workshops, and spiritual guidance from our caring pastors. \n \n Donate to our Widow\'s Ministry\n \n

Our Widows

\n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \n \n \"\" \n \n \"\" \n

Watch Our Latest Blogs

\n

News & Articles

\n \"image\" \n \n \n

December, 2022 Newsletter

\n \"Pure and genuine religion in the sight of God the Father means caring for orphans and widows in their distress…\n \n Read More \n \n \"\" \n

Our Work Gallery

\n

Gallery

\n \n
\"image-23-800x826\"
\"Skype_Picture_2024_06_04T18_49_20_967Z\"
\"Skype_Picture_2024_06_04T18_49_22_089Z\"
\"Skype_Picture_2024_06_04T18_49_58_213Z\"
\"Skype_Picture_2024_06_04T18_50_01_087Z\"
\n \n ','Home','','inherit','closed','closed','','9-revision-v1','','','2024-06-04 19:19:54','2024-06-04 19:19:54','',9,'https://jan-mccray.designsfunnelserver.com/?p=359',0,'revision','',0),(360,1,'2024-06-04 19:59:39','2024-06-04 19:59:39',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 19:59:39','2024-06-04 19:59:39','',66,'https://jan-mccray.designsfunnelserver.com/?p=360',0,'revision','',0),(361,1,'2024-06-04 19:59:39','2024-06-04 19:59:39',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 19:59:39','2024-06-04 19:59:39','',66,'https://jan-mccray.designsfunnelserver.com/?p=361',0,'revision','',0),(362,1,'2024-06-04 19:59:39','2024-06-04 19:59:39',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 19:59:39','2024-06-04 19:59:39','',66,'https://jan-mccray.designsfunnelserver.com/?p=362',0,'revision','',0),(363,1,'2024-06-04 20:00:04','2024-06-04 20:00:04',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 20:00:04','2024-06-04 20:00:04','',66,'https://jan-mccray.designsfunnelserver.com/?p=363',0,'revision','',0),(364,1,'2024-06-04 20:00:04','2024-06-04 20:00:04',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 20:00:04','2024-06-04 20:00:04','',66,'https://jan-mccray.designsfunnelserver.com/?p=364',0,'revision','',0),(365,1,'2024-06-04 20:00:05','2024-06-04 20:00:05',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 20:00:05','2024-06-04 20:00:05','',66,'https://jan-mccray.designsfunnelserver.com/?p=365',0,'revision','',0),(366,1,'2024-06-04 20:00:25','2024-06-04 20:00:25',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 20:00:25','2024-06-04 20:00:25','',66,'https://jan-mccray.designsfunnelserver.com/?p=366',0,'revision','',0),(367,1,'2024-06-04 20:00:25','2024-06-04 20:00:25',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 20:00:25','2024-06-04 20:00:25','',66,'https://jan-mccray.designsfunnelserver.com/?p=367',0,'revision','',0),(368,1,'2024-06-04 20:00:25','2024-06-04 20:00:25',' \n \"\" \n \"Jan\n \n \n \n \n \n \n \n \n Twitter\n \n \n Facebook\n \n \n Icon-pinterest\n \n \n Instagram\n \n \n \n \n \n \n
\n \n \n
\n \n ','Header','','inherit','closed','closed','','66-revision-v1','','','2024-06-04 20:00:25','2024-06-04 20:00:25','',66,'https://jan-mccray.designsfunnelserver.com/?p=368',0,'revision','',0); /*!40000 ALTER TABLE `jan_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_term_relationships` -- DROP TABLE IF EXISTS `jan_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_term_relationships` -- LOCK TABLES `jan_term_relationships` WRITE; /*!40000 ALTER TABLE `jan_term_relationships` DISABLE KEYS */; INSERT INTO `jan_term_relationships` VALUES (17,2,0),(26,2,0),(28,2,0),(31,2,0),(34,2,0),(36,2,0),(38,2,0),(46,3,0),(72,4,0),(73,4,0),(74,4,0),(75,4,0),(76,4,0),(77,4,0),(78,4,0),(79,4,0),(80,4,0),(122,2,0),(192,2,0),(196,2,0),(198,2,0),(206,2,0),(250,2,0),(299,5,0); /*!40000 ALTER TABLE `jan_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_term_taxonomy` -- DROP TABLE IF EXISTS `jan_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_term_taxonomy` -- LOCK TABLES `jan_term_taxonomy` WRITE; /*!40000 ALTER TABLE `jan_term_taxonomy` DISABLE KEYS */; INSERT INTO `jan_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'elementor_library_type','',0,12),(3,3,'elementor_library_type','',0,1),(4,4,'nav_menu','',0,9),(5,5,'category','',0,1); /*!40000 ALTER TABLE `jan_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_termmeta` -- DROP TABLE IF EXISTS `jan_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_termmeta` -- LOCK TABLES `jan_termmeta` WRITE; /*!40000 ALTER TABLE `jan_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `jan_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_terms` -- DROP TABLE IF EXISTS `jan_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_terms` -- LOCK TABLES `jan_terms` WRITE; /*!40000 ALTER TABLE `jan_terms` DISABLE KEYS */; INSERT INTO `jan_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'section','section',0),(3,'page','page',0),(4,'Main Menu','main-menu',0),(5,'Latest News','latest-news',0); /*!40000 ALTER TABLE `jan_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_usermeta` -- DROP TABLE IF EXISTS `jan_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_usermeta` -- LOCK TABLES `jan_usermeta` WRITE; /*!40000 ALTER TABLE `jan_usermeta` DISABLE KEYS */; INSERT INTO `jan_usermeta` 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','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'jan_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'jan_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice'),(15,1,'show_welcome_panel','0'),(17,1,'jan_dashboard_quick_press_last_post_id','5'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"103.244.179.0\";}'),(19,1,'closedpostboxes_dashboard','a:0:{}'),(20,1,'metaboxhidden_dashboard','a:8:{i:0;s:13:\"wpmet-stories\";i:1;s:20:\"e-dashboard-overview\";i:2;s:21:\"dashboard_site_health\";i:3;s:19:\"dashboard_right_now\";i:4;s:18:\"dashboard_activity\";i:5;s:21:\"givewp_reports_widget\";i:6;s:21:\"dashboard_quick_press\";i:7;s:17:\"dashboard_primary\";}'),(21,1,'_hello_elementor_install_notice','true'),(22,1,'jan_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:9:\"_modified\";s:24:\"2024-06-04T13:52:46.006Z\";}'),(23,1,'elementor_introduction','a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),(24,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(25,1,'metaboxhidden_nav-menus','a:4:{i:0;s:28:\"add-post-type-e-landing-page\";i:2;s:30:\"add-post-type-tf_header_footer\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";}'),(26,1,'give_is_donation_forms_menu_updated','1'),(27,1,'elementor_dismissed_editor_notices','a:1:{i:0;s:20:\"image_optimizer_hint\";}'),(28,1,'jan_user-settings','libraryContent=browse&editor=tinymce'),(29,1,'jan_user-settings-time','1717515927'),(30,1,'meta-box-order_post','a:3:{s:4:\"side\";s:75:\"submitdiv,formatdiv,categorydiv,tagsdiv-post_tag,pageparentdiv,postimagediv\";s:6:\"normal\";s:71:\"postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:12:\"blog-options\";}'),(31,1,'screen_layout_post','2'),(32,1,'closedpostboxes_post','a:0:{}'),(33,1,'metaboxhidden_post','a:5:{i:0;s:13:\"trackbacksdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(34,2,'jan_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(35,2,'jan_user_level','10'),(36,3,'jan_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(37,3,'jan_user_level','10'); /*!40000 ALTER TABLE `jan_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jan_users` -- DROP TABLE IF EXISTS `jan_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `jan_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jan_users` -- LOCK TABLES `jan_users` WRITE; /*!40000 ALTER TABLE `jan_users` DISABLE KEYS */; INSERT INTO `jan_users` VALUES (1,'admin','$P$BucHDT5mMNslvhGsyIoazmazfYLlah0','admin','designsfunnel@gmail.com','https://jan-mccray.designsfunnelserver.com','2024-06-04 13:31:46','',0,'admin'),(2,'deleted-0KjLVoRM','edf936fce9c833cb8020fd14cb4500f5','deleted-0KjLVoRM','','','1979-01-01 00:00:00','',0,'deleted-0KjLVoRM'),(3,'wp_update-1717613293','b3718c9868f497a778983fad6f675f30','wp_update-1717613293','','','1979-01-01 00:00:00','',0,'wp_update-1717613293'); /*!40000 ALTER TABLE `jan_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-06-18 21:49:20